/**
 * Helper functions needed to get information about environment
 */
export declare class EnvHelper {
    static getBrowserInfo(): string;
    static getFullUserAgent(): string;
    static getPlatformInfo(): string;
}
