import type { AIProfileSummary, ListAIProfilesOptions } from "./types.js"; /** * List profiles. Pass `tags` (+ optional `tagMatch`) to **filter** by tag. * Call {@link resolveAIProfile} on a returned `profile/choice` to materialize a model. */ export declare function listAIProfiles(options?: ListAIProfilesOptions): Promise; //# sourceMappingURL=listAIProfiles.d.ts.map