import type { Prompt } from '../models.js';
import type { Nullable } from '@voiceflow/common';
export declare const defaultPrompt: <V>(prompt: Nullable<Prompt<V>> | undefined, defaultVoice: V) => Nullable<Prompt<V>>;
//# sourceMappingURL=prompt.d.ts.map