import { FeeType } from '../../types'; export declare function addFeePercentages(fees: FeeType[]): number; export declare function validateFeePercentagesToTwoDecimalPlaces(fees: FeeType[]): void;