import type { Transform } from '@dnd-kit/utilities'; export declare function parseTransform(transform: string): Transform | null;