import * as scope from "../../../shared.js"; import type { PageById, PageDocument } from "@/data/modules/pages/types.js"; export declare const composePageByIdSync: (db: scope.PagesDatabase, uuid: string, input?: PageById) => PageDocument | null;