import type { VoiceNode, VoiceStep, VoiceStepData } from './voice.js';
export * from './voice.js';
export type Step = VoiceStep;
export type StepData = VoiceStepData;
export type Node = VoiceNode;
//# sourceMappingURL=index.d.ts.map