import { ConfigModel } from '@rage-framework/core';
export declare const bootstrap: (app: any, config?: ConfigModel) => void;
