declare const resolvePaths: (paths: string[] | string, { cwd }?: { cwd?: string; }) => Promise; export { resolvePaths };