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