export function formatPasteData({ schema, newVal, path }: { schema: any; newVal: any; path: any; }): any;