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