import { IGeneralContext } from '../types'; declare function createBaseContext(): IGeneralContext; export default createBaseContext;