export declare function quoteArg(arg: string): string; export declare function quoteArgs(...args: string[]): string;