import type { MatcherRule } from '../types';
export declare const isOfType: (type: string) => MatcherRule;
//# sourceMappingURL=is-of-type.d.ts.map