import { FastifyReply, FastifyRequest } from 'fastify'; export declare function verifyTeamMembership(request: FastifyRequest, reply: FastifyReply, done: any): void; export declare function verifyTeamCaptain(request: FastifyRequest, reply: FastifyReply): Promise; //# sourceMappingURL=team.auth.d.ts.map