import type { CannonMessageProps } from '../../setup'; import type { State } from '../state'; export declare const init: (state: State, { axisIndex, broadphase, defaultContactMaterial, gravity, iterations, normalIndex, tolerance, }: CannonMessageProps<'init'>) => void;