import { IServiceOpts, Service as CoreService } from '@umijs/core'; declare class Service extends CoreService { constructor(opts: IServiceOpts); } export { Service };