import type { TldrawCommand } from '../../../types'; import type { TldrawApp } from '../../internal'; import { TLBounds } from '@tldraw/core'; export declare function moveShapesToPage(app: TldrawApp, ids: string[], viewportBounds: TLBounds, fromPageId: string, toPageId: string): TldrawCommand; //# sourceMappingURL=moveShapesToPage.d.ts.map