export type { DekIntegration, DekPlugin, DekPluginBoardItem, DekPluginComponentItem, DekPluginConfig, DekPluginElementFactoryWithProps, DekPluginElementProps, DekPluginFactory, DekPluginSchema, DekPluginSchemaItem, DekPluginSchemaItemOption, DekPluginSchemaType, DekPluginScreenItem, } from './lib/plugins'; export type { DekRegistry, DekRegistryCollection, DekRegistryCollectionItem, DekRegistrySchema, DekRegistrySchemaItem, DekRegistrySchemaProps, DekRegistrySchemaPropsItem, } from './lib/registry'; export type { DekApi, DekApiInfo, DekApiMessage, DekApiMessageType, DekApiIntegration as DekApiPlugin, DekApiState, DekBoard, DekBoardBase, DekBoardProperty, DekCommand, DekCommandGroup, DekComponent, DekZone, } from './lib/api'; export { default as usePluginState } from './lib/hooks/usePluginState'; export { default as usePluginStateObject } from './lib/hooks/usePluginStateObject'; export declare function __debug(): void;