export declare const getExplicitEnv: (cwd: string) => {
    DYLD_LIBRARY_PATH: string;
} | undefined;
