import { Service as CoreService } from '@umijs/core';
export declare class Service extends CoreService {
    constructor(opts?: any);
    run2(opts: {
        name: string;
        args?: any;
    }): Promise<void>;
}
