import { type WorkflowExecutionResult } from '@redocly/respect-core';
import { type LoggerInterface } from '@redocly/openapi-core';
export declare function displayFilesSummaryTable(filesResult: {
    file: string;
    hasProblems: boolean;
    executedWorkflows: WorkflowExecutionResult[];
    argv?: {
        workflow?: string[];
        skip?: string[];
    };
}[], logger: LoggerInterface): void;
//# sourceMappingURL=display-files-summary-table.d.ts.map