import { IBundle, IContext } from "@robotlegsjs/core";
/**
 * For that Classic Robotlegs flavour
 *
 * <p>This bundle installs a number of extensions commonly used
 * in typical Robotlegs applications and modules.</p>
 */
export declare class EgretBundle implements IBundle {
    private _context;
    private _logger;
    /**
     * @inheritDoc
     */
    extend(context: IContext): void;
    private handleContextView;
    private whenInitializing;
    private afterDestroying;
}
