import { ViewName } from '../type';
export declare const DefaultTaxonomies: Record<string, string>;
export declare function cleanTreeKey(...elems: string[]): string;
export declare function setupTaxonomyViews(taxonomies: Record<string, string>): ViewName[];
export declare function decodeTaxonomyConfig(data: any): Record<string, string>;
