import type { SpecialHandler } from "./types"; /** * Handle Docker Hub URLs via API */ export declare const handleDockerHub: SpecialHandler;