import { Context } from "../imports/Context"; import { Function } from "../imports/Function"; export declare class TaxonomyJS { constructor( cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean ); getDescription(): string; getName(): string; getRootTopicIds(): Array; getTopics( hideTopicsWithNoContent?: boolean, maxLevel?: number, isMobile?: boolean ): Array; isActive(): boolean; }