import { SanityDocument } from '@sanity/types';
import { Controller as HistoryController } from './documentHistory/history/Controller';
export declare function getPreviewUrl(historyController: HistoryController, value: Partial<SanityDocument> | null): string | null;
//# sourceMappingURL=usePreviewUrl.d.ts.map