import { ImmutableXClient } from "@imtbl/imx-sdk"; export declare class IMXHelper { publicApiUrl: string; starkContractAddress: string; registrationContractAddress: string; constructor(fromChainID: string); getImmutableXClient(signer: any, addressOrIndex: string, alwaysNew: boolean): Promise; } //# sourceMappingURL=imx_helper.d.ts.map