/**
 * Steps through a physics simulation
 *
 *
 */
import { ParamlessBaseTriggerAndObjectJsNode } from './_BaseTriggerAndObject';
import { JsLinesCollectionController } from './code/utils/JsLinesCollectionController';
export declare class PhysicsWorldStepSimulationJsNode extends ParamlessBaseTriggerAndObjectJsNode {
    static type(): string;
    setTriggerableLines(shadersCollectionController: JsLinesCollectionController): void;
}
