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