import { SdmxResult } from "../../../model";
export declare class TokensProvider {
    private readonly definition;
    constructor(tools: any);
    private createCategories;
    private createCategory;
    private addTokens;
    monarchLanguage(): any;
    addDsdContent(dsdContent: SdmxResult | undefined): any;
    addVariables(): void;
}
