import type { ProjectionTransform } from '../projections/index.js'; /** Step of a transformation pipeline */ export interface Step { pj?: ProjectionTransform; omit_fwd: boolean; omit_inv: boolean; } //# sourceMappingURL=pipelines.d.ts.map