export declare function normalizeSuiAddress(value: string, forceAdd0x?: boolean): string; export declare function normalizeSuiObjectId(value: string, forceAdd0x?: boolean): string; type StructTag = { address: string; module: string; name: string; typeParams: (string | StructTag)[]; }; export declare function normalizeStructTag(type: string | StructTag): string; export {};