import { EntityData } from './handlers/entities'; /** * Apply the transforms to the polyline. * * @param polyline the polyline * @param transform the transforms array * @returns the transformed polyline */ declare const _default: (polyline: number[][], transforms?: EntityData['transforms']) => number[][]; export default _default;