export interface ReadlineLogger { error: (message: string) => void; }