export declare class ChildFundsTransfersAttributes { amount: string; 'account-id'?: string; 'shortage-from'?: boolean; 'shortage-to'?: boolean; 'special-instructions'?: string; }