/** * Receive character input from UI */ export function sendChar(value: any): void; /** * Receive line input from UI */ export function sendLine(value: any): void;