export type ZkSyncFee = { gasLimit: quantity; gasPerPubdataLimit: quantity; maxPriorityFeePerGas: quantity; maxFeePerGas: quantity; }; export type ZkSyncFeeValues = { gasPrice: quantity; maxFeePerGas: quantity; maxPriorityFeePerGas: quantity; }; //# sourceMappingURL=fee.d.ts.map