import { Document, ConnectionsMap } from '../types';
export declare function getConnections(document: Document): ConnectionsMap;
