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