import type { FastifyInstance } from 'fastify'; export declare function addUI(instance: FastifyInstance, prefix: string): void;