export declare class InjectInstNotFoundError extends Error {
    constructor(injectName?: string);
}
