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