//#region src/stream/constants.d.ts /** * Separator used to create stable string keys from namespace tuples. * The null character cannot collide with protocol namespace segments, * which are printable identifiers. */ declare const NAMESPACE_SEPARATOR = "\0"; //#endregion export { NAMESPACE_SEPARATOR }; //# sourceMappingURL=constants.d.ts.map