import * as valibot5459 from "valibot"; import { InferOutput } from "valibot"; //#region src/core/transaction/legacy.d.ts declare const TransactionLegacyUnsignedSchema: valibot5459.ObjectSchema<{ readonly type: valibot5459.SchemaWithPipe, valibot5459.BrandAction<`0x${string}`, "Byte">]>; readonly nonce: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly to: valibot5459.NullableSchema, valibot5459.BrandAction<`0x${string}`, "Address">]>, undefined>; readonly gas: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly value: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly input: valibot5459.SchemaWithPipe, valibot5459.BrandAction<`0x${string}`, "Bytes">]>; readonly gasPrice: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly chainId: valibot5459.OptionalSchema | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>, undefined>; }, undefined>; type TransactionLegacyUnsigned = InferOutput; declare const TransactionLegacySignedSchema: valibot5459.ObjectSchema<{ readonly v: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly r: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly s: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly type: valibot5459.SchemaWithPipe, valibot5459.BrandAction<`0x${string}`, "Byte">]>; readonly nonce: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly to: valibot5459.NullableSchema, valibot5459.BrandAction<`0x${string}`, "Address">]>, undefined>; readonly gas: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly value: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly input: valibot5459.SchemaWithPipe, valibot5459.BrandAction<`0x${string}`, "Bytes">]>; readonly gasPrice: valibot5459.SchemaWithPipe | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>; readonly chainId: valibot5459.OptionalSchema | undefined>, valibot5459.BrandAction<`0x${string}`, "Uint">]>, undefined>; }, undefined>; type TransactionLegacySigned = InferOutput; //#endregion export { TransactionLegacySigned, TransactionLegacySignedSchema, TransactionLegacyUnsigned }; //# sourceMappingURL=legacy.d.ts.map