export declare const diff: ({ prev, current, primaryKeys, diffKeys, indexed }: { prev: any; current: any; primaryKeys?: any; diffKeys?: any; indexed?: any; }) => any[]; export default diff;