/**
 * @module Repository
 * @description 注册服组件型的bean到Ioc容器中
 */
import Component from './Component';
declare class Repository extends Component {
}
declare const _default: {
    (target: Function): any;
    (options: string | import("../../servlets/annotations/Target").CreateOptions<typeof Repository>): ClassDecorator;
} & import("../../servlets/annotations/annotation/type").LinkAnnotationType<typeof Repository> & typeof Repository;
export default _default;
