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