export declare function defaultDetection(name: string): () => Promise; export declare function isProgramInstalled(programName: string): Promise; export declare function checkWindowsApp(programName: string): Promise; export declare function checkMacOSApp(programName: string): Promise;