import { Bean } from '../bean/Bean'; import { CType } from '../type-system/CType'; export declare const getPossibleBeanCandidates: (propertyName: string, propertyType: CType, contextBeans: Bean[]) => [byName: Bean[], byType: Bean[]];