import type { Voice } from '../constants'; import type { VoiceNode } from '@voiceflow/voice-types'; export interface StepData extends VoiceNode.CaptureV2.StepData { } export interface Step extends VoiceNode.CaptureV2.Step { } export interface Node extends VoiceNode.CaptureV2.Node { } //# sourceMappingURL=captureV2.d.ts.map