import { type FrontMcpConfigType } from '../metadata'; export interface FrontMcpInterface { readonly config: FrontMcpConfigType; readonly ready: Promise; } //# sourceMappingURL=front-mcp.interface.d.ts.map