import { PathInfo, Resolution } from "../interfaces"; export default function resolve(pathInfo: PathInfo): Resolution;