import { BaseContainer } from './base';
export declare class EmptyContainer<T extends object> extends BaseContainer<T> {
    constructor();
}
