import { IGeneralContext } from '../types'; import './customStarter'; declare const getContext: () => IGeneralContext; export { getContext };