declare type ErrorType = string | Error | TypeError;
export declare function shoutError(error: ErrorType, label?: string): void;
export {};
