import type { FastifyInstance } from "fastify"; import type { OpenleashConfig, DataStore, ServerPluginManifest } from "@openleash/core"; export interface GuiRoutesOptions { hasApiReference?: boolean; pluginManifest?: ServerPluginManifest; } export declare function registerGuiRoutes(app: FastifyInstance, dataDir: string, store: DataStore, config: OpenleashConfig, options?: GuiRoutesOptions): void; //# sourceMappingURL=gui.d.ts.map