export declare class ContainerDisposedError extends Error {
    name: string;
    constructor(message: string);
}
