import type { PathCommand, ProcessParams } from '../types'; export declare function segmentToCubic(segment: PathCommand, params: ProcessParams): PathCommand;