export declare type SdkConfig = {
    xApiKey: string;
    xPlatformCode: string;
    xVersionCode: number;
    xSdkSource: string;
};
export declare type InitUser = {
    isGuest: boolean;
    userUniqueId: string;
    userName?: string;
};
