import { Module } from 'vuex'; import { VueConstructor } from 'vue'; export declare function createAPIMixin(name: string, store: Module): VueConstructor;