import * as valibot2918 from "valibot"; import { InferOutput } from "valibot"; //#region src/method/debug/prestate.d.ts declare const AccountStateSchema: valibot2918.ObjectSchema<{ readonly balance: valibot2918.OptionalSchema | undefined>, valibot2918.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly nonce: valibot2918.OptionalSchema, undefined>; readonly code: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly storage: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, valibot2918.SchemaWithPipe, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, undefined>, undefined>; }, undefined>; type AccountState = InferOutput; declare const PreStateMapSchema: valibot2918.RecordSchema, valibot2918.BrandAction<`0x${string}`, "Address">]>, valibot2918.ObjectSchema<{ readonly balance: valibot2918.OptionalSchema | undefined>, valibot2918.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly nonce: valibot2918.OptionalSchema, undefined>; readonly code: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly storage: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, valibot2918.SchemaWithPipe, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, undefined>, undefined>; }, undefined>, undefined>; type PreStateMap = InferOutput; declare const PreStateDiffSchema: valibot2918.ObjectSchema<{ readonly pre: valibot2918.RecordSchema, valibot2918.BrandAction<`0x${string}`, "Address">]>, valibot2918.ObjectSchema<{ readonly balance: valibot2918.OptionalSchema | undefined>, valibot2918.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly nonce: valibot2918.OptionalSchema, undefined>; readonly code: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly storage: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, valibot2918.SchemaWithPipe, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, undefined>, undefined>; }, undefined>, undefined>; readonly post: valibot2918.RecordSchema, valibot2918.BrandAction<`0x${string}`, "Address">]>, valibot2918.ObjectSchema<{ readonly balance: valibot2918.OptionalSchema | undefined>, valibot2918.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly nonce: valibot2918.OptionalSchema, undefined>; readonly code: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly storage: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, valibot2918.SchemaWithPipe, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, undefined>, undefined>; }, undefined>, undefined>; }, undefined>; type PreStateDiff = InferOutput; declare const PreStateSchema: valibot2918.UnionSchema<[valibot2918.ObjectSchema<{ readonly pre: valibot2918.RecordSchema, valibot2918.BrandAction<`0x${string}`, "Address">]>, valibot2918.ObjectSchema<{ readonly balance: valibot2918.OptionalSchema | undefined>, valibot2918.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly nonce: valibot2918.OptionalSchema, undefined>; readonly code: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly storage: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, valibot2918.SchemaWithPipe, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, undefined>, undefined>; }, undefined>, undefined>; readonly post: valibot2918.RecordSchema, valibot2918.BrandAction<`0x${string}`, "Address">]>, valibot2918.ObjectSchema<{ readonly balance: valibot2918.OptionalSchema | undefined>, valibot2918.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly nonce: valibot2918.OptionalSchema, undefined>; readonly code: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly storage: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, valibot2918.SchemaWithPipe, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, undefined>, undefined>; }, undefined>, undefined>; }, undefined>, valibot2918.RecordSchema, valibot2918.BrandAction<`0x${string}`, "Address">]>, valibot2918.ObjectSchema<{ readonly balance: valibot2918.OptionalSchema | undefined>, valibot2918.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly nonce: valibot2918.OptionalSchema, undefined>; readonly code: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly storage: valibot2918.OptionalSchema, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, valibot2918.SchemaWithPipe, valibot2918.BrandAction<`0x${string}`, "Bytes32">]>, undefined>, undefined>; }, undefined>, undefined>], undefined>; type PreState = InferOutput; declare const PreStateTracerConfigSchema: valibot2918.ObjectSchema<{ readonly diffMode: valibot2918.OptionalSchema, undefined>; }, undefined>; type PreStateTracerConfig = InferOutput; //#endregion export { AccountState, AccountStateSchema, PreState, PreStateDiff, PreStateDiffSchema, PreStateMap, PreStateMapSchema, PreStateSchema, PreStateTracerConfig, PreStateTracerConfigSchema }; //# sourceMappingURL=prestate.d.ts.map