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