import type { FastifyPluginAsync } from 'fastify'; declare const _default: FastifyPluginAsync<{ apiKey: string; }>; export default _default; //# sourceMappingURL=auth.d.ts.map