/** * Render an array of cycles (each cycle is an array of component-id strings with the * first element duplicated at the end) into a human-readable string with ASCII diagrams. */ export declare function renderCycles(cycles: string[][]): string;