import type { PageDetails } from "./types.ts"; export declare function sanitizeHtml(html: string): string; export declare function extract(document: Document): PageDetails; //# sourceMappingURL=extract.d.ts.map