import type { Node } from 'slate'; /** * @returns {Node[]|string} Slate fragment if there are linkable URLs, * or undefined if no changes can be applied. */ export declare function autolinkPlaintext(content: string): Node[] | undefined;