export declare function exec(program: string, args: string[]): Promise<{ stderr: string; stdout: string; exitCode: number; }>;