import { RequestOptions } from '../fetch/index.js'; export declare function getPageDocument(url: string, options: RequestOptions): Promise;