import { Service } from 'umi';
export declare class DumiService extends Service {
    constructor();
    getPaths(): Promise<{
        cwd: string;
        absSrcPath: string;
        absPagesPath: string;
        absApiRoutesPath: string;
        absTmpPath: string;
        absNodeModulesPath: string;
        absOutputPath: string;
    }>;
}
