import type { EnumInputShape } from '@iota/bcs'; import type { GenericSchema, InferOutput } from 'valibot'; export declare const SerializedTransactionDataV2: import("valibot").ObjectSchema<{ readonly version: import("valibot").LiteralSchema<2, undefined>; readonly sender: import("valibot").NullishSchema, import("valibot").TransformAction, import("valibot").CheckAction]>, undefined>; readonly expiration: import("valibot").NullishSchema>, undefined>; readonly gasData: import("valibot").ObjectSchema<{ readonly budget: import("valibot").NullableSchema, import("valibot").SchemaWithPipe, import("valibot").IntegerAction]>], undefined>, import("valibot").CheckAction]>, undefined>; readonly price: import("valibot").NullableSchema, import("valibot").SchemaWithPipe, import("valibot").IntegerAction]>], undefined>, import("valibot").CheckAction]>, undefined>; readonly owner: import("valibot").NullableSchema, import("valibot").TransformAction, import("valibot").CheckAction]>, undefined>; readonly payment: import("valibot").NullableSchema, import("valibot").TransformAction, import("valibot").CheckAction]>; readonly version: import("valibot").SchemaWithPipe, import("valibot").SchemaWithPipe, import("valibot").IntegerAction]>], undefined>, import("valibot").CheckAction]>; readonly digest: import("valibot").StringSchema; }, undefined>, undefined>, undefined>; }, undefined>; readonly inputs: import("valibot").ArraySchema; Pure: { bytes: string; }; UnresolvedPure: { value: unknown; }; UnresolvedObject: { objectId: string; version?: string | number | null | undefined; digest?: string | null | undefined; initialSharedVersion?: string | number | null | undefined; mutable?: boolean | null | undefined; }; }>>, undefined>; readonly commands: import("valibot").ArraySchema[]; }; TransferObjects: { objects: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; address: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; }; SplitCoins: { coin: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; amounts: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; MergeCoins: { destination: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; sources: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; Publish: { modules: string[]; dependencies: string[]; }; MakeMoveVec: { type: string | null; elements: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; Upgrade: { modules: string[]; dependencies: string[]; package: string; ticket: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>; }; $Intent: { name: string; inputs: { [x: string]: EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }> | EnumInputShape<{ GasCoin: true; Input: number; Result: number; NestedResult: [number, number]; }>[]; }; data: { [x: string]: unknown; }; }; }>>, undefined>; }, undefined>; export type SerializedTransactionDataV2 = InferOutput; //# sourceMappingURL=v2.d.ts.map