import { LinkifyOptions } from "./index"; export function linkifyHtml(input: string, options?: LinkifyOptions): string; export default linkifyHtml;