import { IApi } from 'umi'; export declare function withTmpPath(opts: { api: IApi; path: string; noPluginDir?: boolean; }): string;