import { SyncElement } from '../model';
export default function cloneSyncElement(element: SyncElement): SyncElement;
