import { PropertyType } from "./PropertyType"; interface PropertyTypes> { [key: number]: T; } export declare const PROPERTY_TYPES: PropertyTypes; export declare function propertyTypeForId>(id: number): U; export {};