import type { ConnectionType, Connection } from "../Connections";
export type { Connection };
export { type ConnectionsByType as ConnectionByType, ConnectionId } from "../Connections";
export declare type ConnectionKindType = ConnectionType;
