export declare class DisbursementsAttributes { 'account-id': string; amount: string; 'currency-type'?: string; description?: string; reference?: string; }