declare function matchMedia(queryString: string): import("svelte/store").Readable<any>;
export default matchMedia;
