import type { FastifyPluginAsync } from 'fastify'; import type { QvacContext } from '../lib/types.js'; declare const _default: FastifyPluginAsync<{ context: QvacContext; }>; export default _default; //# sourceMappingURL=context.d.ts.map