import type { StoreBaseData } from './StoreBaseData';
export declare type StoreData = (StoreBaseData & {
    /**
     * The id of the store
     */
    id?: string;
});
