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