import { EntityMatcherFn } from './types'; /** * Matches on different semantic properties of the entity */ export declare function createIsMatcher(parameters: string[], onParseError: (error: Error) => void): EntityMatcherFn;