import type { CmsPageRow, CmsPageDescriptionRow } from '../../../../types/db/index.js'; declare const _default: (uuid: any, data: any, context: any) => Promise; export default _default; export declare function hookBeforeUpdatePageData(callback: (this: Record, ...args: [ uuid: any, data: any, connection: any ]) => void | Promise, priority?: number): void; export declare function hookAfterUpdatePageData(callback: (this: Record, ...args: [ uuid: any, data: any, connection: any ]) => void | Promise, priority?: number): void; export declare function hookBeforeUpdatePage(callback: (this: Record, ...args: [ uuid: any, data: any, context: any ]) => void | Promise, priority?: number): void; export declare function hookAfterUpdatePage(callback: (this: Record, ...args: [ uuid: any, data: any, context: any ]) => void | Promise, priority?: number): void;