export default function getSyncdocHistory({ path, patches, }: {
    path: any;
    patches: any;
}): Promise<any>;
