import * as valibot1123 from "valibot"; import { InferOutput } from "valibot"; //#region src/core/state.d.ts declare const StorageProofSchema: valibot1123.ObjectSchema<{ readonly key: valibot1123.SchemaWithPipe, valibot1123.BrandAction<`0x${string}`, "Bytes32">]>; readonly value: valibot1123.SchemaWithPipe | undefined>, valibot1123.BrandAction<`0x${string}`, "Uint256">]>; readonly proof: valibot1123.ArraySchema, valibot1123.BrandAction<`0x${string}`, "Bytes">]>, undefined>; }, undefined>; type StorageProof = InferOutput; declare const AccountProofSchema: valibot1123.ObjectSchema<{ readonly address: valibot1123.SchemaWithPipe, valibot1123.BrandAction<`0x${string}`, "Address">]>; readonly accountProof: valibot1123.ArraySchema, valibot1123.BrandAction<`0x${string}`, "Bytes">]>, undefined>; readonly balance: valibot1123.SchemaWithPipe | undefined>, valibot1123.BrandAction<`0x${string}`, "Uint256">]>; readonly codeHash: valibot1123.SchemaWithPipe, valibot1123.BrandAction<`0x${string}`, "Hash32">]>; readonly nonce: valibot1123.SchemaWithPipe | undefined>, valibot1123.BrandAction<`0x${string}`, "Uint64">]>; readonly storageHash: valibot1123.SchemaWithPipe, valibot1123.BrandAction<`0x${string}`, "Hash32">]>; readonly storageProof: valibot1123.ArraySchema, valibot1123.BrandAction<`0x${string}`, "Bytes32">]>; readonly value: valibot1123.SchemaWithPipe | undefined>, valibot1123.BrandAction<`0x${string}`, "Uint256">]>; readonly proof: valibot1123.ArraySchema, valibot1123.BrandAction<`0x${string}`, "Bytes">]>, undefined>; }, undefined>, undefined>; }, undefined>; type AccountProof = InferOutput; //#endregion export { AccountProof, AccountProofSchema, StorageProof }; //# sourceMappingURL=state.d.ts.map