export declare enum MoveTo {
    NEXT = 0,
    PREVIOUS = 1
}
export type MoveToKeyStrings = keyof typeof MoveTo;
//# sourceMappingURL=move-to.d.ts.map