import type { FastifyRequest, FastifyReply } from 'fastify'; import type { OpenleashConfig, DataStore, ServerPluginManifest } from '@openleash/core'; export declare function createOwnerAuth(config: OpenleashConfig, store: DataStore, pluginManifest?: ServerPluginManifest): (request: FastifyRequest, reply: FastifyReply) => Promise; //# sourceMappingURL=owner-auth.d.ts.map