export declare enum OSType { ANDROID = "AOS", IOS = "IOS", PC = "PC" } export interface ExtrasPayload { osType: OSType | string; emojis: string | Record; streamingChannelId: string; chatType: 'STREAMING' | string; }