export const VERSION = process.env.VERSION as string;
export const CONSENT_OPTIONS = { confirmed: true, prompted: true };
export const CSS_RESET = ':host{all:initial}';
