import { type SpecialHandler } from "./types"; /** * Handle GitLab URLs specially */ export declare const handleGitLab: SpecialHandler;