import type { FastifyInstance } from 'fastify'; import { MiddlewareOptions } from '../utils'; export declare const fastify: (app: FastifyInstance, options?: MiddlewareOptions) => any; //# sourceMappingURL=fastify.d.ts.map