export declare function isNodeRuntime(execPath: string): boolean;
export declare function isBunRuntime(execPath: string): boolean;
