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