/**
 * Updates the debug display of a physics sim
 *
 *
 */
import { ParamlessBaseTriggerAndObjectJsNode } from './_BaseTriggerAndObject';
import { JsLinesCollectionController } from './code/utils/JsLinesCollectionController';
export declare class PhysicsDebugUpdateJsNode extends ParamlessBaseTriggerAndObjectJsNode {
    static type(): string;
    setTriggerableLines(shadersCollectionController: JsLinesCollectionController): void;
}
