export declare class FusePath {
    private constructor();
    static resolve(base: string, ...parts: string[]): string;
}
