import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class VaLinkAccountUtil { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) elevateSession(providerAppId?: string, providerUserId?: string, sysUserId?: string, tokenPayload?: string, interactionSysId?: string): boolean getChallengeURL(deviceId?: string, deviceType?: string, providerChannelidentityId?: string, providerUserId?: string, providerUserName?: string, conversationId?: string): string linkOauthUser(providerAppId?: string, providerUserId?: string, accessToken?: string): void logout(messageAuthId?: string, providerUserId?: string): boolean unLinkUserAccount(messageAuthId?: string, providerUserId?: string, channelId?: string): boolean }