import type { AutoLinkOptions } from "../../shared/index.js";
/**
 * Resolve AutoLink props from string
 *
 * @param item - The string to resolve
 * @param preferFull - Whether to prefer full title
 * @param currentPath - The current page path
 * @returns AutoLink props
 */
export declare const resolveLinkInfo: (item: string, preferFull?: boolean, currentPath?: string) => AutoLinkOptions;
