import type { CookieInfo } from "./types.js"; export declare function toReadableText(html: string, baseUrl?: string): string; export declare function parseSetCookie(value: string): CookieInfo;