import type { FastifyInstance } from 'fastify'; import type { DataStore } from '@openleash/core'; export declare function registerPublicKeysRoutes(app: FastifyInstance, store: DataStore): void; //# sourceMappingURL=public-keys.d.ts.map