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