import { EntityMatcherFn } from './types'; /** * Matches on the non-empty presence of different parts of the entity */ export declare function createHasMatcher(parameters: string[], onParseError: (error: Error) => void): EntityMatcherFn;