export declare class PATH { private static instance; private _path; static getInstance(): PATH; prop: string; }