import type { Voice } from '../constants/index.js'; import type { VoiceNode } from '@voiceflow/voice-types'; /** @deprecated */ export interface StepData extends VoiceNode.Capture.StepData { } /** @deprecated */ export interface Step extends VoiceNode.Capture.Step { } /** @deprecated */ export interface Node extends VoiceNode.Capture.Node { } //# sourceMappingURL=capture.d.ts.map