/** make sure a file exists on the file system */ export declare const makeSureFileExists: (path: string) => Promise;