export declare enum Allocation {
    ARRAY_LIST = 40,
    REFERENCE = 4,
    STRING = 48,
    COMPOUND = 72
}
//# sourceMappingURL=Allocation.d.ts.map