import { IgniteClient } from "./client"; import { GeneratedType } from "@cosmjs/proto-signing"; export declare type ModuleInterface = { [key: string]: any; }; export declare type Module = (instance: IgniteClient) => { module: ModuleInterface; registry: [string, GeneratedType][]; };