/** Pointer type */ export declare enum PointerType { /** Low pointer */ Min = 0, /** High pointer */ Max = 1 }