export declare function escapeAppleScriptText(input: string): string; export declare function escapePowerShellSingleQuotedText(input: string): string; export declare function buildWindowsToastScript(title: string, message: string): string;