import { MoveStructId } from '@aptos-labs/ts-sdk'; export declare function extractAddressFromType(type: string): string; export declare function composeType(address: string, generics: string[]): MoveStructId; export declare function composeType(address: string, struct: string, generics?: string[]): MoveStructId; export declare function composeType(address: string, module: string, struct: string, generics?: string[]): MoveStructId; export declare function isAptosCoin(type: string): boolean; export declare function extractCoinType(inputString: string): string | null;