import { FastifyInstance } from 'fastify';
declare function tarballRoute(fastify: FastifyInstance): Promise<void>;
export default tarballRoute;
