export declare class LoggingOptions { format: string; errorLimit: string | number; constructor(format: string, errorLimit: string | number); }