import { OnInit } from '@angular/core'; import { ToastrService } from 'ngx-toastr'; import { SegmentationTokensService } from '../../services/segmentation-tokens.service'; import * as i0 from "@angular/core"; export declare class TokensCalculatorComponent implements OnInit { private sTokensService; private toastr; comboColumnWorkInput: any[]; comboColumnWork: any[]; EQ_OPERATOR: string; NEQ_OPERATOR: string; source: any[]; target: any[]; static CONDITIONAL_TOKEN_TYPE: number; static HIERARCHICAL_TOKEN_TYPE: number; static HIERARCHICAL_CATEGORY: string; keyToCalculate: string; valueToCompare: string; positiveValue: string; negativeValue: string; hierarchicalName: string; tokenType: string; operator: string; constructor(sTokensService: SegmentationTokensService, toastr: ToastrService); get conditionalTokenType(): string; get hierarchicalTokenType(): string; get isConditionalToken(): boolean; ngOnInit(): void; buildSource(): void; generateConditionalToken(): void; generateHierarchicalTokenType(): string; useCondition(): void; hierarchicalToConditional(category: any, item: any): void; resetValues(resetPickList?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }