// @holoscript/core/scripting — headless runtime and scripting traits export declare function createHeadlessRuntime(options?: unknown): unknown; export declare function getProfile(name: string): unknown; export declare const HEADLESS_PROFILE: unknown; export type HeadlessRuntime = unknown; export type HeadlessRuntimeOptions = unknown; export type RuntimeProfile = unknown;