import { Context } from "../imports/Context.js"; import { Function } from "../imports/Function.js"; export declare class WebContentHandler { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); fetchPage(pageUrl?: string, titleSelector?: string, contentSelector?: string, followRedirects?: boolean, method?: string, content?: string, contentType?: string, headers?: any): Record; } //# sourceMappingURL=WebContentHandler.d.ts.map