/** * The mocked class of the Path module */ export declare class PathMock { join(...paths: string[]): string; }