import { ContentSubpath } from "document-schema.js"; //#region src/edit/odg/svg-path.d.ts declare function formatPathNumber(value: number): string; declare function buildSvgPathData(subpaths: readonly ContentSubpath[]): string; declare function buildSvgViewBox(widthPt: number, heightPt: number): string; //#endregion export { buildSvgPathData, buildSvgViewBox, formatPathNumber };