import { IacTestData } from './types';
export declare function formatIacTestSummary(testData: IacTestData): string;
