export declare type Point = {
    x: number;
    y: number;
};
//# sourceMappingURL=types.d.ts.map