export declare const LOCAL_APP_RUNTIME_ENTRY = ".xopc/runtime/local-ui.js"; /** * Local UI Apps use host-defined runtime bytes so generated projects cannot execute * arbitrary Node.js in the gateway process through the extension `main` entry. */ export declare const LOCAL_APP_RUNTIME_SOURCE = "export default Object.freeze({});\n"; /** Exact legacy scaffold bytes accepted only to keep existing Phase 1 drafts upgradeable. */ export declare function legacyLocalAppRuntimeSource(extensionId: string, name: string): string;