export declare class CannotInjectError extends Error {
    name: string;
    constructor(target: Object, propertyName: string);
}
