import type { PathSegment, ParserParams, CSegment, MSegment } from '../types'; export declare function segmentToCubic(segment: PathSegment, params: ParserParams): CSegment | MSegment;