export declare class OperationSystem { private userAgent; private appVersion; private platform; private operationSystem; constructor(userAgent: string, appVersion: string, platform: string); getOperationSystem(): string; getOperationSystemPlatform(): string; }