import { IDocument } from 'svg-vdom'; import { IRuleOption } from '../../typings'; export declare const shortenShape: (dom: IDocument, { params: { thinning, mergePoint, } }: IRuleOption) => Promise;