import type { Client, HexString } from '../types/index.js'; export declare function addEstimateBuffer(estimate: bigint): bigint; export declare function estimateBatchBridgeFee(params: { publicClient: Client; gasService: HexString; multiAdapter: HexString; gasMessagePayloads: HexString[]; toCentrifugeId: number; }): Promise; //# sourceMappingURL=gas.d.ts.map