import type { SpecialHandler } from "./types"; /** * Handle Homebrew formulae and cask URLs via API */ export declare const handleBrew: SpecialHandler;