/** A shared string builder utilized to reduce overall array allocations. */
export const sb: string[] = [];