export declare const xX_Demo_Sentry_Cfg: {
    crossOrigin: string;
    dns: string;
    pureJsUrl: string;
    vueIntegrationUrl: string;
    envName: string;
};
declare global {
    type Sentry_Cfg_Type = typeof xX_Demo_Sentry_Cfg;
}
//# sourceMappingURL=demo-config.d.ts.map