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