import type { TurboStreamActions } from "@hotwired/turbo"; export * from "./actions/attributes"; export * from "./actions/browser"; export * from "./actions/debug"; export * from "./actions/deprecated"; export * from "./actions/document"; export * from "./actions/dom"; export * from "./actions/events"; export * from "./actions/form"; export * from "./actions/history"; export * from "./actions/notification"; export * from "./actions/storage"; export * from "./actions/turbo"; export * from "./actions/turbo_progress_bar"; export * from "./actions/turbo_frame"; export declare function register(streamActions: TurboStreamActions): void;