
declare module "readline" {
    export interface ReadLineOptions {
        crlfDelay?: number;
    }
}
