import type { SpecialHandler } from "./types"; /** * Handle Open VSX URLs via their API */ export declare const handleOpenVsx: SpecialHandler;