import type { SpecialHandler } from "./types"; /** * Handle Open Library URLs via their API */ export declare const handleOpenLibrary: SpecialHandler;