import type { ServicePaths } from '../typings'; export declare class ResolvePath { paths: Readonly; setPaths(paths: ServicePaths): void; resolveTmpPath(...args: string[]): string; resolveNodeModulesPath(...args: string[]): string; resolveSrcPath(...args: string[]): string; resolveRootPath(...args: string[]): string; }