/** * Decorator that will determine a method on the database model * * @return Function * Will return a function that will be used by the Reflection API to build out everything on the object */ export declare function Method(): (target: any, propertyKey: string) => void;