import type { SpecialHandler } from "./types"; /** * Handle AUR (Arch User Repository) URLs via RPC API */ export declare const handleAur: SpecialHandler;