import { TypedNodeConnection } from '../../../nodes/utils/io/NodeConnection';
import { NodeContext } from '../../../poly/NodeContext';
export declare class SceneConnectionTriggerDispatcher {
    constructor();
    dispatchTrigger<NC extends NodeContext>(connection: TypedNodeConnection<NC>): void;
}
