import { StoreApi } from '../../../../store/store'; export declare function createStoreStub(initialState: any): StoreApi;