import { QBit } from "../pkg/qukit";
export declare function cHadamard<Q extends QBit | QBit[]>(cQbits: Q, qbits: Q, sameStep?: boolean): void;
