import { Dependency, DependencyOptions, FluxTag, TagMeta } from '../tags/tag'; import { FluxCapacitor } from 'groupby-api'; export declare const STYLISH_CLASS: string; export declare function setTagName(tag: FluxTag): void; export declare function inheritAliases(tag: FluxTag): void; export declare function configure(tag: FluxTag): any; export declare function buildConfiguration(tag: FluxTag, meta: TagMeta): any; export declare function updateDependency(tag: FluxTag, dependency: Dependency, options?: DependencyOptions): void; export declare function addMeta(tag: FluxTag, meta: any, ...properties: string[]): void; export declare function setStylish(tag: FluxTag): void; export declare function addDollarSigns(obj: any): {}; export declare function camelizeTagName(tagName: string): string; export declare function MixinFlux(flux: FluxCapacitor, config: any, services: any): FluxTag;