export declare const fileURLToPath: (url: any) => any; export declare const pathToFileURL: (filePath: any) => { href: string; };