#!/usr/bin/env node
import { VoicevoxClient } from "./voicevox";
import { AudioQuery, VoicevoxConfig, VoicevoxError, Score, Note, FrameAudioQuery } from "./voicevox/types";
export { AudioQuery, VoicevoxConfig, VoicevoxClient, VoicevoxError, Score, Note, FrameAudioQuery, };
//# sourceMappingURL=index.d.ts.map