import type { NostrEvent, ReqFilter, TaggedNostrEvent } from "./nostr"; export declare function eventMatchesFilter(ev: NostrEvent, filter: ReqFilter): boolean; export declare function isRequestSatisfied(filter: ReqFilter, results: Array): true | undefined; //# sourceMappingURL=request-matcher.d.ts.map