export declare function print(...args: any[]): void; export declare function input(question: string): Promise;