import type { getStat as GetStatFn, getStatSync as GetStatSyncFn, readFile as ReadFileFn, readFileSync as ReadFileSyncFn } from '../node/file'; export declare const readFile: typeof ReadFileFn; export declare const readFileSync: typeof ReadFileSyncFn; export declare const getStat: typeof GetStatFn; export declare const getStatSync: typeof GetStatSyncFn; //# sourceMappingURL=file.d.ts.map