export declare class LumberjackHttpDriverError extends Error {
    constructor(message?: string);
}
