export declare function getBuffer(input: string | URL | Buffer): Promise<Buffer>;
export declare const fetchHtmlFromUrl: (url: string) => Promise<string>;
export declare const readHtmlFromFilePath: (filePath: string) => Promise<string>;
