import type { ExtractOptions, ExtractionOutcome, ExtractSchema } from "./types.js"; /** The forgiving entry point: extract dirty `text` against `schema`. Never throws. */ export declare function extract(text: string | null | undefined, schema: ExtractSchema, opts?: Partial | null): ExtractionOutcome; //# sourceMappingURL=extract.d.ts.map