import { ShopperState, ShopperGetters } from "../interfaces.js";
export declare function prepareStateAndGetters(): {
    state: ShopperState;
    getters: ShopperGetters;
};
