declare const saveSync: (destinationPath: string, data: string, options?: { overwrite?: boolean | undefined; }) => void; export default saveSync;