import { UseConnections } from "./types";
export declare function useConnections(connections: string[][]): UseConnections;
