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