import { PaymentMethod } from './paymentMethods';
export declare const L1_FEES_ESTIMATE = 1;
export declare const L2_FEES_ESTIMATE = 1;
export declare const BROKERAGE_FEES_ESTIMATE = 0;
/**
 * Estimating overall fees
 */
export declare const getFeesUsdEstimate: (targetChainId: string, assetChainId: string, paymentMethod: PaymentMethod | undefined) => number;
