export declare const getUrlLink: (url: string) => {
    link: string;
    hash: string;
};
