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