export declare class AccountAttributes { name: string; number: string; 'created-at': string; 'disbursements-frozen': boolean; 'organization-label': string; statements: boolean; status: string; }