import { type FloorPlanEntity } from '../types';
export declare function mapEntity<T extends Record<string, any>>(item: T): FloorPlanEntity | T;
//# sourceMappingURL=mapEntity.d.ts.map