export declare const exists: (path: string) => Promise<boolean | string>;
