import { ICSElement, SerializationOptions, SerializedElement } from '../types/interfaces'; export declare class ElementSerializer { /** * Экспорт структуры в JSON */ static toJSON(element: ICSElement, includeData?: boolean): any; /** * Улучшенная сериализация с опциями */ static serialize(element: ICSElement, options?: SerializationOptions): SerializedElement; } //# sourceMappingURL=ElementSerializer.d.ts.map