import { IGeneralContext, IGeneralInformation } from '../../types'; declare function createGeneralContext(context: T): T & { general: IGeneralInformation; }; export default createGeneralContext;