/** * Utility error to throw expecting that Logger will fatal log its contents */ export declare class LoggerFatalError extends Error { obj: Record; constructor(obj: Record, msg: string); }