import { FastifyReply, FastifyRequest } from 'fastify'; export declare function verifyAnyScope(scopes: string[]): (request: FastifyRequest, reply: FastifyReply, done: any) => any; export declare function verifyDomainScope(scopes: string[]): (request: FastifyRequest, reply: FastifyReply) => Promise; //# sourceMappingURL=scope.auth.d.ts.map