import { Ctor } from "./../../models";
export declare function Provider(): <T extends Ctor<any>>(originalConstructor: T) => T;
