export interface FeeInput { amount?: number; percentage?: number; predefinedFeeKey: string; }