import type { FastifyRequest, FastifyReply } from 'fastify'; export declare function createAuthHook(ownKey: string, allowedKeys: Record): (request: FastifyRequest, reply: FastifyReply) => Promise; //# sourceMappingURL=auth.d.ts.map