import type { FastifyInstance } from 'fastify'; import type { DataStore, OpenleashConfig, OpenleashEvents, ServerPluginManifest } from '@openleash/core'; export declare function registerAdminRoutes(app: FastifyInstance, store: DataStore, config: OpenleashConfig, events: OpenleashEvents, pluginManifest?: ServerPluginManifest): void; //# sourceMappingURL=admin.d.ts.map