import type { StoreData } from './StoreData';
export declare type StoreDataList = Array<StoreData>;
