/**
* @param {any} value The value to print.
* @param {string=} end The suffix of the sentence which will be printed, default is \n.
*/declarefunctionprint(value: any, end: string?): void;
/**
* @returns {string} The content of the input line.
*/declarefunctionreadline(): string;