//#region src/client/utils/link.d.ts declare function normalizeLink(url: string): string; //#endregion export { normalizeLink };