import { PointerType } from './pointer-type'; export declare class ChangeContext { value: number; highValue?: number; pointerType: PointerType; }