import type { ChainConfig } from '../chains'; export declare const getSettlerFees: (chainConfig: ChainConfig, settler: `0x${string}` | undefined) => Promise<{ protocolShareOfSenderFeePct: bigint; protocolShareBps: bigint; }>; //# sourceMappingURL=getSettlerFees.d.ts.map