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