import type { Link } from 'myst-spec-ext'; export declare function withoutHttp(url: string): string; export declare function updateLinkTextIfEmpty(link: Link, title: string): void; //# sourceMappingURL=utils.d.ts.map