type SiteLink = { shortcut: string; alias?: string; getUrl: (accountId: number, baseUrl: string) => string; url?: string; }; export declare function getSiteLinksAsArray(accountId: number): SiteLink[]; export declare function logSiteLinks(accountId: number): void; export declare function openLink(accountId: number, shortcut: string): void; export declare function getProductUpdatesUrl(rolloutId: string, accountId?: number): string; export {};