export interface Matches { (dataIn: any, matcher: any): boolean; (matcher: any): (dataIn: any) => boolean; } declare const _default: Matches; export default _default; //# sourceMappingURL=matches.d.ts.map