export declare class Constants {
    static VERSION: string;
    static BUILD_WITH_UI: boolean;
}
