export declare class CommitDetails { getFileName(): string next(): boolean query(): boolean setCommitId(commitId?: string): CommitDetails constructor() }