export declare class Log extends Error { readonly id: string; constructor(id: string, msg: string); }