import { Structure } from "../types";
export declare function moveCorresponding(source: Structure, target: Structure): void;
