import type { ApolloClient } from "@apollo/client"; import type { Command } from "@oclif/core"; import type { RequestMap } from "../types.js"; export declare function selectRequestableItems(cmd: Command, client: ApolloClient, requestMap: RequestMap): Promise;