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