export { fileExists } from './file-exists'; export declare function writeSync(filepath: string, content: string): void;