export declare const LOAD: string; export declare const CLEAR: string; export declare const UNDO: string; export declare const REDO: string; export declare const JUMP_TO_STATE: string; export declare const JUMP_TO_BRANCH: string; export declare const JUMP_TO_LATEST_ON_BRANCH: string; export declare const CREATE_BRANCH: string; export declare const RENAME_BRANCH: string; export declare const SQUASH: string; export declare const RENAME_STATE: string; export declare const SKIP_TO_START: string; export declare const SKIP_TO_END: string;