/** * Prompt for a single line of input via stderr (keeps stdout clean). * Returns `null` if stdin is not a TTY. */ export declare function stderrPrompt(message: string): Promise; //# sourceMappingURL=prompt.d.ts.map