/** * Returns the full URL of the asset at `path` managed by the * `kaizen-design-system-assets` service. * * @example * assetUrl("some/blob.png") -> "https:///some/blob.png" * * @see https://github.com/cultureamp/kaizen-design-system-assets/ */ export declare const assetUrl: (path: string) => string;