export declare class AccountUpdateResponse { /** * Unique identifier of transaction that was updated. */ riskId?: string; constructor(accountUpdateResponse: AccountUpdateResponseProperties); } export interface AccountUpdateResponseProperties { riskId?: string; }