import type { Prompt } from '../models'; import type { BaseNode } from '@voiceflow/base-types'; export interface StepNoReply extends BaseNode.Utils.StepNoReply> { } export interface NodeNoReply extends BaseNode.Utils.NodeNoReply { } export interface StepNoMatch extends BaseNode.Utils.StepNoMatch> { } export interface NodeNoMatch extends BaseNode.Utils.NodeNoMatch { } /** * @deprecated use StepNoReply instead */ export interface StepReprompt extends BaseNode.Utils.StepReprompt> { } /** * @deprecated use NodeNoReply instead */ export interface NodeReprompt extends BaseNode.Utils.NodeReprompt { } /** * @deprecated use NodeNoMatch instead */ export interface DeprecatedNodeNoMatch extends BaseNode.Utils.DeprecatedNodeNoMatch { } //# sourceMappingURL=utils.d.ts.map