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