/**
 * Prints the error to the console
 */
export declare const printError: (message: string, error?: any) => void;
/**
 * Prints the warning to the console
 */
export declare const printWarning: (message: string, error?: any) => void;
