import * as valibot2876 from "valibot"; import { InferOutput } from "valibot"; //#region src/method/debug/struct.d.ts declare const STRUCT_TYPE: valibot2876.LiteralSchema<"struct", undefined>; type StructType = InferOutput; declare const StructLogSchema: valibot2876.ObjectSchema<{ readonly pc: valibot2876.NumberSchema; readonly op: valibot2876.StringSchema; readonly gas: valibot2876.NumberSchema; readonly gasCost: valibot2876.NumberSchema; readonly depth: valibot2876.NumberSchema; readonly stack: valibot2876.OptionalSchema, undefined>, undefined>; readonly memory: valibot2876.OptionalSchema, undefined>, undefined>; readonly storage: valibot2876.OptionalSchema, valibot2876.StringSchema, undefined>, undefined>; readonly error: valibot2876.OptionalSchema, undefined>; }, undefined>; type StructLog = InferOutput; declare const StructLogResultSchema: valibot2876.ObjectSchema<{ readonly gas: valibot2876.NumberSchema; readonly failed: valibot2876.BooleanSchema; readonly returnValue: valibot2876.StringSchema; readonly structLogs: valibot2876.ArraySchema; readonly op: valibot2876.StringSchema; readonly gas: valibot2876.NumberSchema; readonly gasCost: valibot2876.NumberSchema; readonly depth: valibot2876.NumberSchema; readonly stack: valibot2876.OptionalSchema, undefined>, undefined>; readonly memory: valibot2876.OptionalSchema, undefined>, undefined>; readonly storage: valibot2876.OptionalSchema, valibot2876.StringSchema, undefined>, undefined>; readonly error: valibot2876.OptionalSchema, undefined>; }, undefined>, undefined>; }, undefined>; type StructLogResult = InferOutput; //#endregion export { STRUCT_TYPE, StructLog, StructLogResult, StructLogResultSchema, StructLogSchema, StructType }; //# sourceMappingURL=struct.d.ts.map