/** represents the full path to a directory inside the document base, i.e. from the document root */ export declare class FullDir { value: string; constructor(value: string); /** * Returns the path in the platform-specific format, * i.e. using '\' on Windows and '/' everywhere else */ platformified(): string; } //# sourceMappingURL=full-dir.d.ts.map