import type { FetchExtractMode } from './schema.js'; export declare function sniffContentType(contentType: string, body: string): string; export declare function applyExtract(body: string, contentType: string, mode: FetchExtractMode, opts?: { selectors?: string[] | undefined; } | undefined): string; //# sourceMappingURL=extract.d.ts.map