import { Injectable } from '../types';
export declare class MissingProviderError extends Error {
    constructor(injectable: Injectable);
}
