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