/** Svelte store to enable and disable the tracking. (https://umami.is/docs/track-events) */
export declare const isEnabled: import("svelte/store").Writable<boolean>;
/** Svelte store to keep track of the status of the Umami script. */
export declare const status: import("svelte/store").Writable<"mounted" | "removed" | "loaded" | "error" | undefined>;
