import { Point } from './point'; export declare const cardinal: (data: Point[], closed: boolean, tension?: number) => string;