import type { StreamElement, TurboStreamActions } from "@hotwired/turbo"; export declare function dispatch_event(this: StreamElement): void; export declare function registerEventsActions(streamActions: TurboStreamActions): void;