/**
 * Model's Query path Decorator
 * @param path Query Path for Model
 */
export declare function Endpoint(path?: string): (target: Function) => void;
