import { Payload } from '../../..'; import { Document } from '../../../types'; import { TypeWithVersion } from '../../../versions/types'; export declare type Options = { collection: string; id: string; depth?: number; locale?: string; fallbackLocale?: string; user?: Document; overrideAccess?: boolean; showHiddenFields?: boolean; }; export default function restoreVersionLocal = any>(payload: Payload, options: Options): Promise;