import { Guid, GuidValue, IdentityTypes, PropertyBinding, PropertyConfiguration, PropertyDefinition, IPropertyBindingProvider } from "../../../../models"; export declare class IdentityPropertyBindingProvider implements IPropertyBindingProvider { id: Guid; private static bindingConfigs; private localizationService; getBindingById(bindingId: GuidValue): Promise>>; getBindings(): Promise>[]>; getConfiguration>(binding: PropertyBinding): Promise>; getBindingForIdentityType(type: IdentityTypes): Promise>[]>; }