type Platform = "darwin" | "linux" | "win32" | "unsupported"; export declare const getNotifySendPath: () => Promise; export declare const getOsascriptPath: () => Promise; export declare const getPowershellPath: () => Promise; export declare const getAfplayPath: () => Promise; export declare const getPaplayPath: () => Promise; export declare const getAplayPath: () => Promise; export declare const getTerminalNotifierPath: () => Promise; export declare function startBackgroundCheck(platform: Platform): void; export {};