import { Buffer } from 'buffer/index.js';
export declare const fetchUrl: (url: string) => Promise<Buffer>;
