/** represents a relative path to another directory */ export declare class RelativeDir { value: string; constructor(value: string); } //# sourceMappingURL=relative-dir.d.ts.map