/// export declare const fetchFile: (url: string) => Promise<(string | Buffer)[]>; export declare const fetchFileString: (url: string) => Promise;