import { Module } from 'vuex'; import { RootState, LayoutState } from '../types'; export declare const layout: Module;