/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.dev/license
 */

export declare interface McpServer {
  __brand: 'McpServer';
}

export declare interface JsonSchemaType {
  [key: string]: any;
}

export declare interface CallToolResult {
  [key: string]: any;
}

export declare interface ContentBlock {
  [key: string]: any;
}

export declare interface JSONObject {
  [key: string]: any;
}

export declare interface JSONValue {
  [key: string]: any;
}

export declare interface TextContent {
  [key: string]: any;
}
