export declare const printInfo: (message: string, silent?: boolean) => void; export declare const printError: (message: string | Error) => void;