/** * Testing utilities for Composable Svelte. * * @packageDocumentation */ export { TestStore, createTestStore } from './test-store.js'; export type { TestStoreConfig, StateAssertion, PartialAction } from './test-store.js'; //# sourceMappingURL=index.d.ts.map