/** * This library enables a tool to display live console output from multiple concurrent processes, * while ensuring that their output does not get jumbled together. * * @remarks * * For more info, please see the package {@link https://www.npmjs.com/package/@rushstack/stream-collator * | README}. * * @packageDocumentation */ export { CollatedTerminal } from './CollatedTerminal'; export { CollatedWriter } from './CollatedWriter'; export { StreamCollator, type IStreamCollatorOptions } from './StreamCollator'; //# sourceMappingURL=index.d.ts.map