/** * @author jdiaz5513 */ export declare enum PointerType { STRUCT = 0, LIST = 1, FAR = 2, OTHER = 3 }