import type { TldrawCommand } from '../../../types'; import type { TldrawApp } from '../../internal'; export declare function deletePage(app: TldrawApp, pageId: string): TldrawCommand; //# sourceMappingURL=deletePage.d.ts.map