export declare class PathResolver {
    resolve(baseFilePath: string, relativeFilePath: string): string;
}
//# sourceMappingURL=pathResolver.d.ts.map