/** An enum containing the Isaac API classes that can be safely copied / serialized. */export declare enumCopyableIsaacAPIClassType {
BIT_SET_128 = "BitSet128",
COLOR = "Color",
K_COLOR = "KColor",
RNG = "RNG",
VECTOR = "Vector"
}
//# sourceMappingURL=CopyableIsaacAPIClassType.d.ts.map