export declare function print(text: string, style?: Partial): void; export declare namespace print { var help: () => void; } /** */ export declare function printCodeBlock(lines: string[] | string, color?: string): void; export declare namespace printCodeBlock { var help: () => void; } /** */ export declare function printImage(URL: string): void; export declare namespace printImage { var help: () => void; }