/** * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ import { ContractBase, IContractConstructor, IEmptyClient } from "./contractContextBase"; import { StardexFactoryClient, StardexFactoryQueryClient } from "./StardexFactory.client"; export declare class StardexFactory extends ContractBase { constructor({ address, cosmWasmClient, signingCosmWasmClient }: IContractConstructor); }