export declare function print(line: string): void;
export declare function printError(err: string | Error): void;
