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