export declare class Entity { static fromObject(record: T): T; static fromObjects(records: T[]): T[]; }