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