import type * as pagesTypes from "@/data/modules/pages/types.js"; export declare const publishPage: (uuid: string, input?: pagesTypes.PagePublish) => Promise;