export declare type AllocationType = 'ACTUAL' | 'DEALLOCATION' | 'REALLOCATION' | 'TAG' | 'UNTAG';
