import { Options } from "./index";

export default function linkifyStr(str: string, options?: Options): string;
