import { Computed } from 'vuex';
export declare function provideStoreInstance(mapped: {
    [key: string]: Computed;
}): {
    [key: string]: Function;
};
