export declare class DisbursementAttributes { amount: string; 'created-at': string; description: string; 'customer-reference': string; 'currency-type': string; 'payment-details': string; 'reference-number': string; 'special-type': string; status: string; 'transaction-number': string; }