import type { Store } from '../../state'; import type { MeasuringConfiguration } from '@dnd-kit/core'; export declare const measuringFactory: (store: Store) => MeasuringConfiguration; //# sourceMappingURL=measuring.d.ts.map