import cp, { type StdioOptions } from 'node:child_process'; import fs from 'node:fs'; import path from 'node:path'; export declare const $: (cmd: string, stdio?: StdioOptions, throwOnError?: boolean, onError?: () => void, test?: boolean) => string | undefined; export declare const scanDir: (dir: string) => string[]; export declare const readFile: (file: string) => Buffer; export declare const writeFile: (file: string, content: string) => void; export { cp, fs, path }; //# sourceMappingURL=fs.d.ts.map