/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ export type { OrgInfo } from './org'; export { getOrgInfo, refreshOrgAuth } from './org'; export type { WebAppManifest, RoutingConfig, RewriteRule, RedirectRule } from './manifest'; export { loadManifest } from './manifest'; //# sourceMappingURL=index.d.ts.map