import { IEntity } from './core.base.entity.interface'; export declare class Entity implements IEntity { [key: string]: any; id: string; createdBy: string; createdAt: Date; updatedBy: string; updatedAt: Date; active: boolean; } //# sourceMappingURL=core.base.entity.d.ts.map