import type { ReadonlyVec, Vec } from "@thi.ng/vectors"; export declare const conjugateQ: (out: Vec | null, a: ReadonlyVec) => Vec; //# sourceMappingURL=conjugate.d.ts.map