import { ViewName } from '../type';
/**
 * Default taxonomies
 */
export declare const DefaultTaxonomies: Record<string, string>;
/**
 * Creates a clean tree key for taxonomy
 */
export declare function cleanTreeKey(...elems: string[]): string;
/**
 * Creates taxonomy views from taxonomies configuration
 */
export declare function setupTaxonomyViews(taxonomies: Record<string, string>): ViewName[];
/**
 * Creates taxonomy configuration from provider data
 */
export declare function decodeTaxonomyConfig(data: any): Record<string, string>;
//# sourceMappingURL=taxonomy.d.ts.map