export declare const getClientInfo: () => {
    platform: string;
    version: string;
    appVersion: string;
};
