import type { PredefinedFee } from './predefined-fee'; export interface FeesSettings { allowArbitraryFees?: boolean; fees?: Array; }