import * as _mysten_bcs810 from "@mysten/bcs"; import { InferBcsInput } from "@mysten/bcs"; //#region src/zklogin/bcs.d.ts declare const zkLoginSignature: _mysten_bcs810.BcsStruct<{ inputs: _mysten_bcs810.BcsStruct<{ proofPoints: _mysten_bcs810.BcsStruct<{ a: _mysten_bcs810.BcsType & { length: number; }, string>; b: _mysten_bcs810.BcsType & { length: number; }> & { length: number; }, string>; c: _mysten_bcs810.BcsType & { length: number; }, string>; }, string>; issBase64Details: _mysten_bcs810.BcsStruct<{ value: _mysten_bcs810.BcsType; indexMod4: _mysten_bcs810.BcsType; }, string>; headerBase64: _mysten_bcs810.BcsType; addressSeed: _mysten_bcs810.BcsType; }, string>; maxEpoch: _mysten_bcs810.BcsType; userSignature: _mysten_bcs810.BcsType, Iterable, "vector">; }, string>; type ZkLoginSignature = InferBcsInput; type ZkLoginSignatureInputs = ZkLoginSignature['inputs']; //#endregion export { ZkLoginSignature, ZkLoginSignatureInputs }; //# sourceMappingURL=bcs.d.mts.map