export declare class BSSettings {
    static get userName(): string;
    static get accessKey(): string;
    static get browserName(): string;
    static get osVersion(): string;
    static get deviceName(): string;
    static get realMobile(): string;
    static get local(): string;
    static get buildName(): string;
    static get buildNumber(): string;
}
