export declare class Turtle { speed: number; x: number; y: number; angle: number; strokeStyle: string; }