export declare const GJS_VERSION = "0.22.7";
export declare const SDK_PLUGINS_VERSION = "1.0.20";
export declare const GJS_CDN_BASE_URL = "https://cdn.jsdelivr.net/npm/";
export declare const GJS_DEFAULT_SCRIPT: string;
export declare const GJS_DEFAULT_STYLE: string;
export declare const GJS_DEV_HOST = "http://localhost:8080";
export declare const isDev: boolean;
