export declare class AbstractedAdminError extends Error { firemodel: boolean; code: string; constructor(message: string, name?: string); }