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