/**
 * @param environmentUrl envUrl is used to fetch the ssoUrl
 * @returns the ssoUrl as a string and undefined if ssoUrl couldn't be fetched
 */
export declare function getSSOUrl(environmentUrl: string): Promise<string>;
