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