import { Point, Region } from "../../common/types"; declare function toRandomPoint(region?: Region): Promise; declare function toRandomPoint(region: { region: Region; }): Promise; export default toRandomPoint;