import { type Middleware } from 'koa';
import { type Options } from '../../types.js';
export declare const bulmaURL: string;
export declare const faURL: string;
export declare function createIndexHandler({ createSettings, getApp, getAppDetails, getAppMessages, getAppUrl, getCsp, getHost, }: Options): Middleware;
