import * as valibot1174 from "valibot"; import { InferOutput } from "valibot"; //#region src/core/receipt.d.ts declare const LogSchema: valibot1174.ObjectSchema<{ readonly removed: valibot1174.BooleanSchema; readonly logIndex: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly transactionIndex: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly transactionHash: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Hash32">]>; readonly blockHash: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Hash32">]>; readonly blockNumber: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly address: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Address">]>; readonly data: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Bytes">]>; readonly topics: valibot1174.ArraySchema, valibot1174.BrandAction<`0x${string}`, "Bytes32">]>, undefined>; }, undefined>; type Log = InferOutput; declare const ReceiptInfoSchema: valibot1174.ObjectSchema<{ readonly blockHash: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Hash32">]>; readonly blockNumber: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly from: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Address">]>; readonly cumulativeGasUsed: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly gasUsed: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly logs: valibot1174.ArraySchema; readonly logIndex: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly transactionIndex: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly transactionHash: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Hash32">]>; readonly blockHash: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Hash32">]>; readonly blockNumber: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly address: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Address">]>; readonly data: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Bytes">]>; readonly topics: valibot1174.ArraySchema, valibot1174.BrandAction<`0x${string}`, "Bytes32">]>, undefined>; }, undefined>, undefined>; readonly logsBloom: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Bytes256">]>; readonly transactionHash: valibot1174.SchemaWithPipe, valibot1174.BrandAction<`0x${string}`, "Hash32">]>; readonly transactionIndex: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly effectiveGasPrice: valibot1174.SchemaWithPipe | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>; readonly type: valibot1174.OptionalSchema, valibot1174.BrandAction<`0x${string}`, "Byte">]>, undefined>; readonly to: valibot1174.NullableSchema, valibot1174.BrandAction<`0x${string}`, "Address">]>, undefined>; readonly blobGasUsed: valibot1174.OptionalSchema | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly root: valibot1174.OptionalSchema, valibot1174.BrandAction<`0x${string}`, "Hash32">]>, undefined>; readonly status: valibot1174.OptionalSchema | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly blobGasPrice: valibot1174.OptionalSchema | undefined>, valibot1174.BrandAction<`0x${string}`, "Uint">]>, undefined>; readonly contractAddress: valibot1174.NullableSchema, valibot1174.BrandAction<`0x${string}`, "Address">]>, undefined>; }, undefined>; type ReceiptInfo = InferOutput; //#endregion export { Log, LogSchema, ReceiptInfo, ReceiptInfoSchema }; //# sourceMappingURL=receipt.d.ts.map