import { HostEnvironmentInfo } from '../types/host-environment-info';
import { HostBuildType } from '../types/platform';
export declare class BridgeInfoConverter {
    private static buildTypeMapping;
    private static initialize;
    static mapStringToHostBuildType(value: string): HostBuildType | undefined;
    static convertJsonToPlatformInfo(json: HostEnvironmentInfo): HostEnvironmentInfo;
}
