import { Character } from '../../model/character'; import { Bits } from '../../model/export/bits'; import { SlormancerCharacterBuilderService } from '../slormancer-character-builder.service'; import { SlormancerBinaryItemService } from './slormancer-binary-item.service'; import { SlormancerBinaryReaperService } from './slormancer-binary-reaper.service'; import { SlormancerBinaryRuneService } from './slormancer-binary-rune.service'; import { SlormancerBinaryUltimatumService } from './slormancer-binary-ultimatum.service'; import * as i0 from "@angular/core"; export declare class SlormancerBinaryCharacterService { private slormancerBinaryItemService; private slormancerBinaryReaperService; private slormancerBinaryUltimatumService; private slormancerCharacterBuilderService; private slormancerBinaryRuneService; constructor(slormancerBinaryItemService: SlormancerBinaryItemService, slormancerBinaryReaperService: SlormancerBinaryReaperService, slormancerBinaryUltimatumService: SlormancerBinaryUltimatumService, slormancerCharacterBuilderService: SlormancerCharacterBuilderService, slormancerBinaryRuneService: SlormancerBinaryRuneService); private ancestralLegaciesToBinary; private binaryToAncestralLegacies; private skillsToBinary; private binaryToSkills; private binaryToGear; private gearToBinary; characterToBinary(character: Character): Bits; private smartGuessMissingAttributes; binaryToCharacter(binary: Bits, version: string): Character | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }