import { AbstractSkeletosState } from "../extendible/AbstractSkeletosState"; export declare const IS_ID_PROP_KEY: string; export declare const ID_PROP_KEY: string; /** * Decorator to mark a property as the ID so that it can be used in Dictionaries automatically. */ export declare function Id(): (target: AbstractSkeletosState, propertyKey: string) => void;