export type Position = { x: number; y: number; }; export type Transformer = (points: Position[]) => Position[]; //# sourceMappingURL=types.d.ts.map