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