import type { ComponentRegistry } from '@ankhorage/runtime'; export declare const STUDIO_APP_EXTENSION_COMPONENT_REGISTRY: ComponentRegistry; /** * Exact Studio-owned extension node types that accept and enforce interactionPolicy. * * Registry membership alone does not opt a component in. */ export declare const STUDIO_APP_EXTENSION_INTERACTION_POLICY_SUPPORT: {}; //# sourceMappingURL=appExtensionRegistry.d.ts.map