import type { FastifyInstance } from 'fastify';
export declare function majWpRoutes(app: FastifyInstance): Promise<void>;
