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