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