type Kind = "directory" | "file" | "link" | null; export type { Kind as default }; //# sourceMappingURL=Kind.d.ts.map