import { Category } from '../../category'; import { RoundNumber } from '../../round/number'; import { StructureCell } from '../cell'; import { JsonStructureCell } from './json'; import * as i0 from "@angular/core"; export declare class StructureCellMapper { constructor(); toObject(jsonCell: JsonStructureCell, category: Category, roundNumber: RoundNumber): StructureCell; toJson(cell: StructureCell | undefined): JsonStructureCell; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }