export declare class ProviderNotDefinedError extends Error {
    constructor(className: string);
}
