export interface SDKConfig { gatewayUrl: string; messagesUrl: string; notificationsUrl: string; assetsUrl: string; production?: boolean; }