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