import type { SpecialHandler } from "./types"; /** * Handle F-Droid URLs via API */ export declare const handleFdroid: SpecialHandler;