import type { CheckSubgraphSchemaResponse } from '@wundergraph/cosmo-connect/dist/platform/v1/platform_pb';
export declare const handleCheckResult: ({ response, rowLimit, shouldOutputJson, outFile, }: {
    response: CheckSubgraphSchemaResponse;
    rowLimit: number;
    shouldOutputJson?: boolean;
    outFile?: string;
}) => Promise<boolean>;
