import { AdProperty, Future, GuidValue } from "../models"; export declare class AzureAdUserService { private graphClient; private httpClient; getUserPropertiesValue(id: GuidValue, selectProperties: string[]): Future; updateUserPropertiesValue(id: GuidValue, properties: { [name: string]: any; }): Future; getUserPropertiesMetadata(): Promise; getUserSyncProperties(): Promise; }