declare const fileExists: (path: string) => Promise<boolean>;
export default fileExists;
export declare const fileExistsSync: (path: string) => boolean;
