export declare const MODELPROPERTIES = "model:properties"; export declare const MODEL = "model:model"; export declare const MODELNAME = "model:name"; export declare const FIELD = "model:field"; export declare const STATICMETHOD = "model:static:method"; export declare const METHOD = "model:method"; export declare const FIELDARRAY = "model:field:array"; /** * Helper method that will create a list of properties that are affected by this API * * @param target: any * The target we need to add the list of properties to * @param propertyKey: string * The property on the object we are adding to the list */ export declare function AddToModelParamList(target: any, propertyKey: string): void;