import { XbrlLinkbase } from '../types/xbrl.type';
/**
 * Gets labels by taxonomy from the label linkbase. priority level: verboseLabel > terseLabel > label.
 */
export declare function getLabelByTaxonomy(labelLinkbase: XbrlLinkbase): Record<string, string>;
export declare function getTaxonomyFromId(id: string): string;
