/// export declare class MigrationPoint implements google.maps.Point { x: number; y: number; constructor(x: number, y: number); equals(other: google.maps.Point | null): boolean; toString(): string; }