import { KottsterApp, KottsterAppOptions } from "../core/app"; /** * Create a new Kottster application * @param options The options for the application * @returns The app instance */ export declare function createApp(options: KottsterAppOptions): KottsterApp;