import { Path } from "./path.contract"; export declare class PathWebProvider implements Path { join(...paths: string[]): string; resolve(...paths: string[]): string; }