import * as valibot1428 from "valibot"; import { InferOutput } from "valibot"; //#region src/gas/fees.d.ts declare const Fees1559Schema: valibot1428.ObjectSchema<{ readonly base_fee_per_gas: valibot1428.SchemaWithPipe | undefined>, valibot1428.BrandAction<`0x${string}`, "Uint">]>; readonly max_priority_fee_per_gas: valibot1428.SchemaWithPipe | undefined>, valibot1428.BrandAction<`0x${string}`, "Uint">]>; readonly max_fee_per_gas: valibot1428.SchemaWithPipe | undefined>, valibot1428.BrandAction<`0x${string}`, "Uint">]>; }, undefined>; type Fees1559 = InferOutput; //#endregion export { Fees1559, Fees1559Schema }; //# sourceMappingURL=fees.d.ts.map