export declare const readline: (question: string) => Promise<string>;
