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