export declare const getAllVoices: () => Promise<{
    voices: any[];
}>;
//# sourceMappingURL=voices.d.ts.map