export declare function confirm(message?: string): Promise; export declare function prompt(promptText: string): Promise; export declare function consoleWrite(str: string): void; export declare function printJson(json: unknown): void;