import * as child_process from 'child_process'; export declare class CommandValidator { static sanitizeCommand(cmd: string, args: string[]): void; private static isSafeArgument; static secureExec(command: string, args: string[], options?: child_process.SpawnOptions): Promise; } //# sourceMappingURL=commandValidator.d.ts.map