import type { Readable } from "svelte/store"; export interface SupportedOptions { from?: "navigator" | "window" | "document" | "performance"; } export declare function supported(target: string, options?: SupportedOptions): Readable;