export { default as Fastify, type FastifyInstance, type FastifyRequest, type FastifyReply, type FastifySchema, type HTTPMethods, type FastifyServerOptions, type RawServerBase, } from 'fastify';
export type { ZodTypeProvider } from 'fastify-type-provider-zod';
export { serializerCompiler, validatorCompiler } from 'fastify-type-provider-zod';
//# sourceMappingURL=fastify.d.ts.map