/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ export type { IAuthor as IGitAuthor, IBlob as IGitBlob, ICommitDetails as IGitCommitDetails, ICommitHash as IGitCommitHash, ICommitter as IGitCommitter, ICreateBlobParams as IGitCreateBlobParams, ICreateBlobResponse as IGitCreateBlobResponse, ICreateTreeEntry as IGitCreateTreeEntry, ICreateTreeParams as IGitCreateTreeParams, ITree as IGitTree, ITreeEntry as IGitTreeEntry, } from "./resources.js"; //# sourceMappingURL=index.d.ts.map