import type { CommandType, IPath2D } from '../interface';
export declare function renderCommandList(commandList: CommandType[], context: IPath2D, x?: number, y?: number, sx?: number, sy?: number, z?: number): void;
