import { TextExtractor } from './lib.js'; /** * Create and returns a text extractor instance with the default extraction * methods. */ export declare const getTextExtractor: () => TextExtractor; export type { TextExtractionMethod, TextExtractor } from './lib.js';