import { TerraDrawOnChangeContext } from "../common"; import { GeoJSONStore } from "../store/store"; export declare function MockModeConfig(mode: string): { mode: string; store: GeoJSONStore; setCursor: jest.Mock; onChange: jest.Mock; onSelect: jest.Mock; onDeselect: jest.Mock; project: jest.Mock<{ x: number; y: number; }, [lng: any, lat: any], any>; unproject: jest.Mock<{ lng: number; lat: number; }, [x: any, y: any], any>; setDoubleClickToZoom: jest.Mock; onFinish: jest.Mock; coordinatePrecision: number; projection: string; };