import { type Address, type Chain, type Client, type Hex, type Transport } from 'viem'; export declare const estimateL1Fee: (client: Client, to: Address, data: Hex) => Promise; //# sourceMappingURL=estimation.d.ts.map