"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.INPUT = exports.OUTPUT = exports.NO_OUTPUT = void0;
exports.NO_OUTPUT = Symbol("NO_OUTPUT");
// TODO: These should be symbols, but that would be a breaking changeexports.OUTPUT = "output";
exports.INPUT = "input";