import type { FastifyInstance } from 'fastify'; import { NonceCache } from '@openleash/core'; import type { OpenleashConfig, DataStore } from '@openleash/core'; export declare function registerAuthorizeRoutes(app: FastifyInstance, store: DataStore, config: OpenleashConfig, nonceCache: NonceCache): void; //# sourceMappingURL=authorize.d.ts.map