import { QBit, Bit } from "../pkg/qukit";
export declare function swapRoot<Q extends QBit | QBit[]>(qbits0: Q, qbits1: Q, cControl?: Bit, sameStep?: boolean): void;
