import type { Directory } from "./classes.directory.js";
export interface IPathDecriptor {
    path?: string;
    directory?: Directory;
}
