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