import { AccountDetailKey } from './accountDetailKey'; import { AccountKeyInfoPerms } from './accountKeyInfoPerms'; export declare class AccountKeyInfo { 'state'?: number; 'mode'?: number; 'name'?: Array; 'currencyPairs'?: Array; 'userId'?: number; 'ipWhitelist'?: Array; 'perms'?: Array; 'key'?: AccountDetailKey; 'createdAt'?: string; 'updatedAt'?: string; 'lastAccess'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }