/**
 *
 * @param {Map<*, TypeEditor>} registry
 * @param {*} value
 * @returns {TypeEditor|void}
 */
export function findNearestRegisteredType(registry: Map<any, TypeEditor>, value: any): TypeEditor | void;
//# sourceMappingURL=findNearestRegisteredType.d.ts.map