/** Generates a string with all the labels. For example `:Movie&Film` */
export declare function addLabelToken(...labels: string[]): string;
