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