import { Path } from './path'; import { BoundCurves } from './bound-curves'; export declare const parsePathForBorder: (curves: BoundCurves, borderSide: number) => Path[];