import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { z } from 'zod'; import { CplaceApiClient } from '../api.js'; export declare const APP_CONFIGURATION_TOOL_DEFINITIONS: { readonly cplace_get_app_configuration: { readonly description: string; readonly inputSchema: { readonly workspaceId: z.ZodString; readonly appQualifiedName: z.ZodOptional; readonly configurationId: z.ZodOptional; }; readonly annotations: { readonly title: "Get App Configuration"; }; }; }; export declare function registerAppConfigurationTools(server: McpServer, client: CplaceApiClient): void; //# sourceMappingURL=app-configuration.d.ts.map