import type { SpecialHandler } from "./types"; /** * Handle tldr page URLs * - https://tldr.sh/{command} * - https://tldr.ostera.io/{command} */ export declare const handleTldr: SpecialHandler;