export type AttachCommitOptions = { readonly onAfterCommitFile?: (relativePath: string) => void; }; export declare function commitAttachTree(projectDir: string, stagingDir: string, roots: readonly string[], options?: AttachCommitOptions): void;