import { PbPageData } from "../../types"; /** * This hook handles the logic of loading website preview URL, verifying that it exists, checking that the preview URL * is accessible, and if not, shows a dialog to the user to either configure or ensure the endpoint is accessible. */ export declare function usePreviewPage(input: Pick): { previewPage: () => void; previewUrl: string; };