import type { FastifyInstance } from 'fastify'; export declare function writeOutputSchema(app: FastifyInstance, config: string | boolean): Promise;