export declare function applyPacking(graphs: Array, w: any, h: any, node_size: any, desired_ratio?: number, centerGraph?: boolean): void; export declare function separateGraphs(nodes: any, links: any): any[];