import { IApi } from 'umi'; export declare const runDev: (api: IApi) => Promise; export declare const runBuild: (api: IApi) => Promise;