/** * Type definitions for SDK Kit. * * This module exports all types used in the SDK Kit framework. * * @packageDocumentation */ // Capability interfaces export type { Defaulter, Emitter, Exposer, Extensible, Namespaced, Requirer, } from './capability.types'; // Plugin types export type { Plugin, PluginFunction } from './plugin.types'; // SDK types export type { SDKConfig } from './sdk.types';