export declare const useApis: () => { runCombos: (clusterKey: string) => void; clearCombos: () => void; focusNodes: (ids: string[]) => void; };