import { PathLike, StatOptions, Stats } from 'fs-extra';
export declare const GET_CMAKE_VS_GENERATOR: (cmake: string, arch: string) => Promise<string>;
export declare const EXEC_CAPTURE: (command: string) => Promise<string>;
export declare const EXEC: (command: string) => Promise<string>;
export declare const RUN: (command: string, cwd?: string, silent?: boolean) => Promise<void>;
export declare function stat(path: PathLike, options?: StatOptions & {
    bigint: false;
}): Promise<Stats>;
//# sourceMappingURL=util.d.ts.map