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