import absolutePath from "./absolutePath"; import gitCreated from "./gitCreated"; import gitLastModified from "./gitLastModified"; declare const _default: { absolutePath: typeof absolutePath; gitCreated: typeof gitCreated; gitLastModified: typeof gitLastModified; }; export default _default;