import type { TldrawCommand, TDShape } from '../../../types'; import type { TldrawApp } from '../../internal'; export declare function updateShapes(app: TldrawApp, updates: ({ id: string; } & Partial)[], pageId: string): TldrawCommand; //# sourceMappingURL=updateShapes.d.ts.map