import type { Plugin } from '../index.js'; interface PlaygroundConfig { port?: number; host?: string; enableAI?: boolean; enableCollaboration?: boolean; maxConnections?: number; sessionTimeout?: number; allowedOrigins?: string[]; enableMetrics?: boolean; } export declare function playgroundPlugin(config?: PlaygroundConfig): Plugin; export {}; //# sourceMappingURL=playground.d.ts.map