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