/** * Decorator to mark a property as a Skeletos primitive. * * @param nameOfCursor use this if you want to name the cursor something other than the property name, otherwise leave * blank */ export declare function Primitive(nameOfCursor?: string): PropertyDecorator;