import { type ChartDrawing } from './user-shapes'; export declare function parseUserShapesXml(bytes: Uint8Array | string): ChartDrawing; export declare function serializeUserShapes(d: ChartDrawing): string; export declare function userShapesToBytes(d: ChartDrawing): Uint8Array;