type UsePreviewHistoryOptions = { debug?: boolean; }; export declare function usePreviewHistory(initialUrl: URL, options?: UsePreviewHistoryOptions): { history: URL[]; index: number; current: URL; canGoBack: boolean; canGoForward: boolean; goBack: () => void; goForward: () => void; handleUrlChange: (url: URL, method?: string | boolean) => void; }; export {}; //# sourceMappingURL=use-preview-history.d.ts.map