import type { InsightApp } from "./insight";
export interface ConfigureInsight {
}
/**
 * Creates new Insight application.
 */
export declare function bootInsight(config?: Partial<ConfigureInsight>): InsightApp;
