import type { MatcherApi } from './types';
declare const matchers: MatcherApi[];
export default matchers;
