export declare const DSP: string; export declare const DSS: string; export declare const DATASTAR = "datastar"; export declare const DATASTAR_REQUEST = "Datastar-Request"; export declare const DefaultSseRetryDurationMs = 1000; export declare const DefaultElementsUseViewTransitions = false; export declare const DefaultPatchSignalsOnlyIfMissing = false; export declare const ElementPatchModeOuter = "outer"; export declare const ElementPatchModeInner = "inner"; export declare const ElementPatchModeRemove = "remove"; export declare const ElementPatchModeReplace = "replace"; export declare const ElementPatchModePrepend = "prepend"; export declare const ElementPatchModeAppend = "append"; export declare const ElementPatchModeBefore = "before"; export declare const ElementPatchModeAfter = "after"; export declare const DefaultElementPatchMode = "outer"; export declare const EventTypePatchElements = "datastar-patch-elements"; export declare const EventTypePatchSignals = "datastar-patch-signals";