declare const writeIfNotExists: (filePath: string, contents: string, caller: string) => boolean; export { writeIfNotExists };