import { Plugin } from '@elizaos/core'; export { TeeVendorConfig } from '@elizaos/core'; /** * TEE plugin for Trusted Execution Environment integration **/ declare const teePlugin: Plugin; export { teePlugin as default, teePlugin };