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