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