import type { AutoLinkOptions } from "../../shared/index.js";
/**
 * Resolve AutoLink props from string
 *
 */
export declare const resolveLinkInfo: (item: string, preferFull?: boolean, currentPath?: string) => AutoLinkOptions;
//# sourceMappingURL=resolveLinkInfo.d.ts.map