import type { BrandingAsset } from './asset-urls.js'; export { BRANDING_ASSETS, BRANDING_URL_PATH, brandingAssetUrlPath, PROVIDER_ICON_URL_PATH, providerIconUrlPath, type BrandingAsset, } from './asset-urls.js'; export declare const sharedAssetsDir: string; export declare const providerIconPath: (providerId: string) => string; export declare const brandingAssetPath: (file: BrandingAsset) => string; //# sourceMappingURL=assets.d.ts.map