export declare class TreeItem { readonly sha: string; readonly path: string; readonly mode: "100644"; readonly type: "blob"; private constructor(); static create(props: Pick): TreeItem; }