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