import type { Vector2 } from '@revideo/core'; import type { CurveProfile } from './CurveProfile'; export declare function getPolylineProfile(points: readonly Vector2[], radius: number, closed: boolean): CurveProfile; //# sourceMappingURL=getPolylineProfile.d.ts.map