import { QBit, Bit } from "./pkg/qukit"; export declare function measurement(qbits: QBit | QBit[], cbits: Bit | Bit[], basis?: "x" | "y" | "z", sameStep?: boolean): void;