export interface VuexBuildConfig {
    vuex: {
        strict: boolean;
        devtools: boolean;
    }
}