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