import { FunctionType } from '../interfaces/decorators.interface';
export declare function Repository(entity: FunctionType): ClassDecorator;
