import type { TDShape, TldrawCommand, TDBinding } from '../../../types'; import type { TldrawApp } from '../../internal'; export declare function createShapes(app: TldrawApp, shapes: TDShape[], bindings?: TDBinding[]): TldrawCommand; //# sourceMappingURL=createShapes.d.ts.map