import { BlacklistEntrySource, BLACKLIST_ENTRY_TYPE } from '../blacklist.entity'; export declare class BaseClass { reason?: string; type?: BLACKLIST_ENTRY_TYPE; ip?: string; hits?: number; expiresAt?: number; imported?: boolean; source?: BlacklistEntrySource; }