declare const fileExists: (filename: string) => Promise<boolean>;
export default fileExists;
//# sourceMappingURL=fileExists.d.ts.map