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