/**
 * Banners can be used to display non-critical warnings and error messages from
 * the Unity Instance.
 */
type UnityInstanceBannerType = "error" | "warning";
export type { UnityInstanceBannerType };
//# sourceMappingURL=unity-instance-banner-type.d.ts.map