import { Common } from "elmer-common";
export declare class InjectModel extends Common {
    inject(target: any, models: object, propertyKey?: string, isAutowired?: boolean): void;
}
