import type { TopicTree } from "memax-sdk"; export declare function topicDisplayCount(topic: Pick): number; export declare function buildTopicPathMap(topics: TopicTree[], parentPath?: string, map?: Map): Map; export declare function flattenTopics(topics: TopicTree[], output?: TopicTree[]): TopicTree[]; export declare function topicDisplayID(id: string, verbose?: boolean): string; export declare function resolveTopicReference(topics: TopicTree[], ref: string): string; //# sourceMappingURL=topic-shared.d.ts.map