export declare const readFile: (filePath: string) => Promise; export declare const fetchUrl: (url: string) => Promise;