/// declare const counts: import("svelte/store").Writable<{ keysetId: string; count: number; }[]>; export { counts };