export declare function modelCompatibilityChecker(args: unknown): Promise<import("./shared/error-handler.js").McpResponse | {
    content: {
        type: string;
        text: string;
    }[];
}>;
//# sourceMappingURL=model-compatibility-checker.d.ts.map