export declare class Path { key: string; value: string; constructor(key?: string, value?: string); }