export declare const testCases: TestConf[]; export interface TestConf { id: string; jsonTreeFile: string; cdkTreePath: string; collapsed: boolean; collapsedDoubleClusters: boolean; }