declare class WebRequestUtility { static getTargetUriFromFwdLink(fwdLink: string): Promise; } export = WebRequestUtility;