/** * @class */ export declare class ServerIdUtil { static generateServerId(): string; static isValidServerId(serverId: any): boolean; } //# sourceMappingURL=ServerIdUtil.d.ts.map