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