import type { ReadonlyVec } from "@thi.ng/vectors"; import type { Mat } from "./api.js"; export declare const rotationAroundPoint23: (out: Mat | null, pos: ReadonlyVec, theta: number) => Mat; //# sourceMappingURL=rotation-around-point.d.ts.map