import { IBundle } from "../../framework/api/IBundle";
import { IContext } from "../../framework/api/IContext";
/**
 * 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 MVCSBundle implements IBundle {
    /**
     * @inheritDoc
     */
    extend(context: IContext): void;
}
