export declare class TestEntity { id: string; name: string; status: string; createdAt: Date; }