import { type Options, type ResultPromise } from 'execa'; export declare const utils: { getRandomTmpDir: typeof getRandomTmpDir; exec: typeof exec; }; declare function getRandomTmpDir(prefix: string): string; declare function exec(file: string, args?: readonly string[], options?: Options): ResultPromise; export {}; //# sourceMappingURL=utils.d.ts.map