import { Account } from '../../../typedef/rbac/account/Account'; export declare class AccountCodec { static decodeArray(array: any[]): Account[]; static decode(x: any): Account; static encode(x: Account): {}; static encodeArray(accounts: Account[]): any[]; }