import type { IBulletWasmInstance } from "../bulletWasmInstance"; import { RigidBodyConstructionInfoList } from "../rigidBodyConstructionInfoList"; import type { PluginBodyBundle } from "./pluginBodyBundle"; export declare class PluginConstructionInfoList extends RigidBodyConstructionInfoList { worldId: number; readonly commandsOnCreation: ((bundle: PluginBodyBundle) => void)[]; constructor(wasmInstance: IBulletWasmInstance, count: number); get length(): number; }