import type { CommonEntity } from "./CommonEntityType";
export declare function GetEntityClassFromHandle(entityId: number): CommonEntity;
