export declare function printHeader(input: { console?: boolean; hint?: string; }): Promise; export declare function printConsole(): void;