import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
export declare function getApps(params?: Record<string, string>, headers?: Record<string, string>): Promise<any>;
export declare function getAppById(idApp: number, params?: Record<string, string>, headers?: Record<string, string>): Promise<any>;
export declare function getAppFields(): Promise<any>;
export declare function registerAppsTools(server: McpServer): void;
