export declare const ArgumentBCS: import("@mysten/sui/bcs").BcsEnum<{ GasCoin: null; Input: import("@mysten/sui/bcs").BcsStruct<{ index: import("@mysten/sui/bcs").BcsType; }, string>; Result: import("@mysten/sui/bcs").BcsStruct<{ index: import("@mysten/sui/bcs").BcsType; }, string>; NestedResult: import("@mysten/sui/bcs").BcsStruct<{ index: import("@mysten/sui/bcs").BcsType; nested_index: import("@mysten/sui/bcs").BcsType; }, string>; }, "Argument">; export declare const ObjectRefBCS: import("@mysten/sui/bcs").BcsStruct<{ object_id: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; version: import("@mysten/sui/bcs").BcsType; digest: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; }, string>; export declare const SharedObjectRefBCS: import("@mysten/sui/bcs").BcsStruct<{ object_id: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; initial_shared_version: import("@mysten/sui/bcs").BcsType; mutable: import("@mysten/sui/bcs").BcsType; }, string>; export declare const StructFieldBCS: import("@mysten/sui/bcs").BcsStruct<{ name: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; value: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; }, string>; export declare const InputBCS: import("@mysten/sui/bcs").BcsEnum<{ Pure: import("@mysten/sui/bcs").BcsStruct<{ data: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; type_name: import("@mysten/sui/bcs").BcsType; }, string>; ObjectImmutableOrOwned: import("@mysten/sui/bcs").BcsStruct<{ object_ref: import("@mysten/sui/bcs").BcsStruct<{ object_id: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; version: import("@mysten/sui/bcs").BcsType; digest: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; }, string>; }, string>; ObjectShared: import("@mysten/sui/bcs").BcsStruct<{ shared_ref: import("@mysten/sui/bcs").BcsStruct<{ object_id: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; initial_shared_version: import("@mysten/sui/bcs").BcsType; mutable: import("@mysten/sui/bcs").BcsType; }, string>; }, string>; ObjectReceiving: import("@mysten/sui/bcs").BcsStruct<{ object_ref: import("@mysten/sui/bcs").BcsStruct<{ object_id: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; version: import("@mysten/sui/bcs").BcsType; digest: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; }, string>; }, string>; }, "Input">; export declare const TypeTagBCS: import("@mysten/sui/bcs").BcsStruct<{ type_tag: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; }, string>; export declare const CommandBCS: any; export declare const PTBInstructionBCS: any; export declare const InstructionGroupBCS: any; export declare const InstructionGroupsBCS: any; export declare const ResolverInstructionsEventBCS: any; export declare const ResolverNeedsDataEventBCS: import("@mysten/sui/bcs").BcsStruct<{ parent_object: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; lookup_key: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; key_type: import("@mysten/sui/bcs").BcsType; placeholder_name: import("@mysten/sui/bcs").BcsType; }, string>; export declare const OffchainLookupBCS: import("@mysten/sui/bcs").BcsEnum<{ DynamicField: import("@mysten/sui/bcs").BcsStruct<{ parent_object: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; key: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; placeholder_name: import("@mysten/sui/bcs").BcsType; }, string>; DynamicFieldByType: import("@mysten/sui/bcs").BcsStruct<{ parent_object: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; type_suffix: import("@mysten/sui/bcs").BcsType; extract_field: import("@mysten/sui/bcs").BcsType; placeholder_name: import("@mysten/sui/bcs").BcsType; }, string>; DynamicObjectField: import("@mysten/sui/bcs").BcsStruct<{ parent_object: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; key: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; placeholder_name: import("@mysten/sui/bcs").BcsType; }, string>; TableItem: import("@mysten/sui/bcs").BcsStruct<{ parent_object: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; table_path: import("@mysten/sui/bcs").BcsType; key_raw: import("@mysten/sui/bcs").BcsType & { length: number; }) | null | undefined, "Option>">; key_structured: import("@mysten/sui/bcs").BcsType<{ name: number[]; value: number[]; }[] | null, (Iterable<{ name: Iterable & { length: number; }; value: Iterable & { length: number; }; }> & { length: number; }) | null | undefined, `Option>`>; key_type: import("@mysten/sui/bcs").BcsType; placeholder_name: import("@mysten/sui/bcs").BcsType; }, string>; ObjectField: import("@mysten/sui/bcs").BcsStruct<{ parent_object: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; field_path: import("@mysten/sui/bcs").BcsType; placeholder_name: import("@mysten/sui/bcs").BcsType; }, string>; }, "OffchainLookup">; export declare const ResolverResultBCS: any; export declare const KeyValueBCS: import("@mysten/sui/bcs").BcsStruct<{ key: import("@mysten/sui/bcs").BcsType; value: import("@mysten/sui/bcs").BcsType & { length: number; }, string>; }, string>; export declare const DiscoveredDataBCS: import("@mysten/sui/bcs").BcsStruct<{ entries: import("@mysten/sui/bcs").BcsType<{ key: string; value: number[]; }[], Iterable<{ key: string; value: Iterable & { length: number; }; }> & { length: number; }, string>; }, string>; export declare const CommandResultBCS: import("@mysten/sui/bcs").BcsStruct<{ command_index: import("@mysten/sui/bcs").BcsType; result_count: import("@mysten/sui/bcs").BcsType; }, string>; export declare const NestedCommandResultBCS: import("@mysten/sui/bcs").BcsStruct<{ command_index: import("@mysten/sui/bcs").BcsType; nested_index: import("@mysten/sui/bcs").BcsType; }, string>; export declare const InputHandleBCS: import("@mysten/sui/bcs").BcsStruct<{ input_index: import("@mysten/sui/bcs").BcsType; }, string>; //# sourceMappingURL=schemas.d.ts.map