import { Result } from '../../ts-utils';
export declare const matcherName: string;
export declare function predicate<T>(received: Result<T>, expected: string | RegExp | undefined): boolean;
//# sourceMappingURL=predicate.d.ts.map