import { AppOptionsRequest, AppOptionsResponse } from "./query.js"; import { EndpointOrRpc } from "../../../helper-func-types.js"; //#region src/cosmos/autocli/v1/query.rpc.func.d.ts /** * AppOptions returns the autocli options for all of the modules in an app. * @name getAppOptions * @package cosmos.autocli.v1 * @see proto service: cosmos.autocli.v1.AppOptions */ declare const getAppOptions: (client: EndpointOrRpc, request: AppOptionsRequest) => Promise; //#endregion export { getAppOptions };