import { Path } from '@angular-devkit/core';
export declare class PathSolver {
    relative(from: Path, to: Path): string;
}
