import type { CInstruction, Point, QInstruction } from './types';
export declare const convertQToCInstruction: (instruction: QInstruction, startPoint: Point) => CInstruction;
