export declare function drawField(ctx: CanvasRenderingContext2D, width: number, height: number, fieldColor: string, lineColor: string, offsetX?: number, isFullField?: boolean): void;
