/** * Defines the direction of a connection point. */ export declare enum ConnectionPointDirection { /** Input */ Input = 0, /** Output */ Output = 1 } //# sourceMappingURL=connectionPointDirection.d.ts.map