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