/// <reference types="node" />
import { writeFileSync } from 'fs-extra';
export declare const _fs: {
    writeFileSync: typeof writeFileSync;
};
