import type { FastifyInstance } from "fastify";
export declare const setGithubActionRoutes: (app: FastifyInstance) => void;
