export declare const platform: {
    isWindows: boolean;
    isMac: boolean;
};
export declare let findProgramPathCommand: string;
