/** * Normalizes the label depending on label type * * @param label - */ export declare function formatLabel(label: string | undefined): string | undefined;