/**
 * Decorator for Repository
 */
export declare function Repository(): (target: any) => void;
