export declare const isPoint: (object: any) => object is Point; export declare type Point = [number, number];