import { PresetRegister } from '../BasePreset';
import { OnChildAttributeUpdateJsNode } from '../../../src/engine/nodes/js/OnChildAttributeUpdate';
export declare const onChildAttributeUpdateJsPresetRegister: PresetRegister<typeof OnChildAttributeUpdateJsNode, OnChildAttributeUpdateJsNode>;
