/** * Get user picture using their email address * @param email the email address of the user */ export declare function getUserPictureLink(email: string): string; /** * Get user delve profile link using their email address * @param email the email address of the user */ export declare function getUserDelveLink(email: string): string; /** * Creates a link to a specific version of the current page given a ui version * @param uiVersion the UIVersion to generate a link to */ export declare function createVersionLink(uiVersion: number): string;