import { CurvePath, Vector3 } from 'three';
export declare class CurvePath3 extends CurvePath<Vector3> {
    readonly type: string | 'CurvePath3';
    constructor();
}
//# sourceMappingURL=../../src/three/utils/curve.d.ts.map