import type { SpecialHandler } from "./types"; /** * Handle Bluesky post URLs */ export declare const handleBluesky: SpecialHandler;