/** Signature for the optional types that is defining identifiers to reserve. */
export type CSSMangleReserved = string[] | RegExp[];
