import type { FastifyInstance } from "fastify";
export declare const setDnsVerifyRoutes: (app: FastifyInstance) => void;
