export class UserSegments extends Client { constructor(options: any); jsonAPINames: string[]; list(): Promise; listApplicable(): Promise; listByUser(userID: any): Promise; show(userSegmentID: any): Promise; listSections(userSegmentID: any): Promise; listTopics(userSegmentID: any): Promise; create(userSegment: any): Promise; update(userSegmentID: any, userSegment: any): Promise; delete(userSegmentID: any): Promise; } import { Client } from "../client";