import type { CannonMessageMap } from '../../setup'; import type { State } from '../state'; export declare const addSpring: (state: State, { props: [bodyA, bodyB, { damping, localAnchorA, localAnchorB, stiffness, worldAnchorA, worldAnchorB }], uuid, }: CannonMessageMap['addSpring']) => void;