import type { ChatNode } from '@voiceflow/chat-types';
/** @deprecated */
export interface ChatStepData extends ChatNode.Capture.StepData {
}
/** @deprecated */
export interface ChatStep extends ChatNode.Capture.Step<ChatStepData> {
}
//# sourceMappingURL=chat.d.ts.map