import type { AIProfileChoiceSummary, ListAIProfileChoicesOptions } from "./types.js"; /** * List every explicit `profile/choice` binding in the registry (for strict pickers). */ export declare function listAIProfileChoices(options?: ListAIProfileChoicesOptions): Promise; //# sourceMappingURL=listAIProfileChoices.d.ts.map