function createTokenByImplementationConfig( options: CreateTokenByImplementationConfigOptions,): Promise<string>;
let options: ClientAndChainAndAccount & CreateTokenOptions & { implementationAddress: string };
let returnType: Promise<string>;