import type { ResolveLinkResult } from '../../types/doc-source'; export declare function useDocsResolveLink(sourceId: string, resolveLinkEndpoint?: string | null): (href: string, currentPath: string) => Promise; //# sourceMappingURL=use-docs-resolve-link.d.ts.map