import { NodeContext } from '../../../../poly/NodeContext';
import { TypedNodeConnection } from '../../../utils/io/NodeConnection';
import { GlConnectionPointType } from '../../../utils/io/connections/Gl';
export declare function glConnectionType(connection: TypedNodeConnection<NodeContext.GL>): GlConnectionPointType;
