import log from 'loglevel';
export declare class LogUtil {
    static continueOnFailure: boolean;
    static logger(): log.Logger;
    static handleError(errorMessage: string): void;
}
