/** apps.kwizcom.com */
export declare const kwiz_cdn_hostname_production = "apps.kwizcom.com";
/** kwizappsfr.azurewebsites.net */
export declare const kwiz_cdn_hostname_fastring = "kwizappsfr.azurewebsites.net";
/** localhost:4433 */
export declare const kwiz_cdn_hostname_localdev = "apps.kwizcom.com";
/** https://apps.kwizcom.com (or local dev/fast-ring) - runtime use only, don't use in places where this might get saved in settings
 * used to load resources directly from the environment with no need for a redirect tool
 * redirect tool still needed for entry-point package such as SPFx
 */
export declare function kwiz_cdn_root(): string;
