import { type Buffer } from 'node:buffer';
export declare const readFile: (filePath: string) => Promise<Buffer>;
export declare const fetchUrl: (url: string) => Promise<Buffer>;
