//#region src/buildAccountsBaseUrl.d.ts /** * Builds a full origin string pointing to the Account Portal for the given frontend API. */ declare function buildAccountsBaseUrl(frontendApi?: string): string; //#endregion export { buildAccountsBaseUrl }; //# sourceMappingURL=buildAccountsBaseUrl.d.ts.map