import { Predicate } from './types'; /** * Finds mapping for given type constructor * * @private * @param {Function} type * @returns {Predicate} */ export declare function getPredicateForType(type: Function): Predicate;