export declare const REPLACE_SIGN = "%%%"; export declare const MP_CONFIG_MODULE_NAME = "mp_config"; export declare const KBONE_PAGE_KEYS: string[]; export declare const LOWCODE_INJECT_APP_TEMPLATE = "\nconst app = new Proxy({}, {\n get: function(obj, prop){ return window.app ? window.app[prop] : undefined},\n set: function(obj, prop, value){ if(window.app) {return window.app[prop] = value} else {return undefined } }\n});";