import type { FastifyInstance } from 'fastify'; import type { OpenleashConfig } from '@openleash/core'; export declare function registerPlaygroundRoutes(app: FastifyInstance, config: OpenleashConfig): void; //# sourceMappingURL=playground.d.ts.map