import type { FastifyInstance } from 'fastify'; export declare function registerTryPage(app: FastifyInstance): void;