import type { FastifyInstance, FastifyRequest, FastifyReply } from "fastify"; import type { UserinfoGetConfig } from "../schemas/index.js"; export declare const defUserinfoGet: (config: UserinfoGetConfig) => (this: FastifyInstance, request: FastifyRequest, reply: FastifyReply) => Promise; //# sourceMappingURL=userinfo-get.d.ts.map