export declare class ServerStatus { static readonly S_OK: { error_code: number; description: string; }; static readonly E_FAIL: { error_code: number; description: string; }; }