import type { DocumentMatcherOptions } from './interfaces.js'; export declare class DocumentMatcher { private filterFn; constructor(query: string, options?: DocumentMatcherOptions); match(doc: Record): boolean; } //# sourceMappingURL=index.d.ts.map