import type { QuestionOptions, TextQuestion } from './types.ts'; export declare function text(question: TextQuestion & { prefill: string | undefined; }, { stdin, stdout, onCancel }: QuestionOptions): Promise;