import type { SpecialHandler } from "./types"; /** * Handle GitHub Gist URLs via GitHub API */ export declare const handleGitHubGist: SpecialHandler;