export declare abstract class BaseError extends Error { readonly message: string; /** @private */ constructor(message: string, prototype: any); }