import type { FastifyInstance } from "fastify"; import type { Config } from "./types"; export declare function registerGitHubOAuth(server: FastifyInstance, config: Config): void;