import { LogError } from '../types';
export declare class LogErrorProvider {
    static value(): LogError;
}
