export declare const normalizeLink: (link: string) => string;
export declare const isLocalLink: (link: string | null) => boolean;
