import type {Store} from '../../store/index.d.ts';

export type StoreAlias = Store;
