import type nodeReadlinePromises from "node:readline/promises"; import type { Abortable } from "node:events"; import { Interface as _Interface } from "../interface.mjs"; export declare class Interface extends _Interface implements nodeReadlinePromises.Interface { question(query: string): Promise; question(query: string, options: Abortable): Promise; }