/**
 * Copyright (c) 2018-Present, Nitrogen Labs, Inc.
 * Copyrights licensed under the MIT License. See the accompanying LICENSE file for terms.
 */
export declare class ArkhamConstants {
    static readonly GO_BACK: string;
    static readonly GO_REPLACE: string;
    static readonly GOTO: string;
    static readonly INIT: string;
    static readonly UPDATE_TITLE: string;
    static readonly UPDATE_VIEW: string;
}
