import { type APICommand } from '../api-command.js'; import { type Sorting } from '../io-defs.js'; import { type SelectFromListFlags } from '../select.js'; import { type CapabilityId, type CapabilitySummaryWithNamespace } from './capabilities-util.js'; export declare const getIdFromUser: (fieldInfo: Sorting, list: CapabilitySummaryWithNamespace[], promptMessage?: string) => Promise; export declare const chooseCapability: (command: APICommand, idOrIndexFromArgs?: string, versionFromArgs?: number, options?: { promptMessage?: string; namespace?: string; allowIndex?: boolean; verbose?: boolean; }) => Promise; export declare const chooseCapabilityFiltered: (command: APICommand, promptMessage: string, filter: string) => Promise; //# sourceMappingURL=capabilities-choose.d.ts.map