import { Entity, Constructable } from '../entity'; /** * Helper function that maps an entity to its keys map with their original names. * @param entity - Entity to map * @param entityConstructor - The constructor of the entity * @returns object that includes all keys that represent given entity */ export declare function getEntityKeys(entity: EntityT, entityConstructor: Constructable): Record; //# sourceMappingURL=get-keys.d.ts.map