export declare type ServerErrorReason = 'SERVER_ERROR' | 'SERVER_BUSY' | 'UNKNOWN';
