import { IRuntimeCache } from './types'; import { IYPXArguments } from '@ynpx/ynpx-argv'; export declare function _processIfNeedInitTmpPkg(argv: Required, runtime: IRuntimeCache): Promise;