import type { CuratedVoice } from "../types/api.js"; /** * Bland's recommended voices: public, tagged "Bland Curated", and on the * BTTS_V3 generation. Several catalog names carry stray whitespace, so names * are trimmed before sorting. */ export declare function curatedVoices(response: unknown): CuratedVoice[]; //# sourceMappingURL=curatedVoices.d.ts.map