export declare const enum Path {
    Not = "!",
    Directory = "/",
    Flat = "*",
    Recurse = "**"
}
//# sourceMappingURL=path.d.ts.map