import type { CmsPageRow, CmsPageDescriptionRow } from '../../../../types/db/index.js'; export declare function deletePage(uuid: any, context: any): Promise; export declare function hookBeforeDeletePageData(callback: (this: Record, ...args: [uuid: any, connection: any]) => void | Promise, priority?: number): void; export declare function hookAfterDeletePageData(callback: (this: Record, ...args: [uuid: any, connection: any]) => void | Promise, priority?: number): void; export declare function hookBeforeDeletePage(callback: (this: Record, ...args: [uuid: any, context: any]) => void | Promise, priority?: number): void; export declare function hookAfterDeletePage(callback: (this: Record, ...args: [uuid: any, context: any]) => void | Promise, priority?: number): void;