import { EntityMatcherFn } from './types'; /** * Matches on spec.type */ export declare function createTypeMatcher(parameters: string[], _onParseError: (error: Error) => void): EntityMatcherFn;