import { Voice } from "..";
declare function getVoices(options?: {
    balconPath?: string;
}): Promise<Voice[]>;
export default getVoices;
