import { Options } from "./command"; export declare const windows: (execFilePath: string) => void; export declare const linux: (execFilePath: string, options: Options) => void; export declare const mac: (execFilePath: string, options: Options) => void; export declare const iterm: (execFilePath: string, options: Options) => void; //# sourceMappingURL=launchers.d.ts.map