import { ContainerError } from './ContainerError';
export declare class ProviderDisposedError extends ContainerError {
    name: string;
    static assert(isTrue: boolean, failMessage: string): void;
    constructor(message: string);
}
