import { Constructable } from "../types/constructable";
export declare function getInjectorDecorators(moduleTarget: Constructable<any>): {
    InjectProp: (providerIdentifier: string | Constructable<any>) => (target: any, propertyKey: string) => void;
    InjectParam: (providerIdentifier: string | Constructable<any>) => (target: any, propertyKey: string | symbol, parameterIndex: number) => void;
};
//# sourceMappingURL=createInjector.d.ts.map