import type { ApolloClient } from "@apollo/client"; import type { Command } from "@oclif/core"; import type { GetCatalogItemQuery } from "../../../../graphql/graphql.js"; import { type PromptChoice } from "../../types.js"; export declare function queryRequestableAssets(cmd: Command, client: ApolloClient, appId: string, input: string | undefined): Promise; export declare function queryCatalogItems(cmd: Command, client: ApolloClient, assetId: string): Promise>;