import { ElementDefinition } from 'cytoscape'; export declare class CiseLayout { private _options; execute(): void; static getClustersFromData(data: ElementDefinition[]): string[][]; static getClustersFromCytoscape(): string[][]; }