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