import GitClient from './git'; export default class GitNoCommitClient extends GitClient { isCommitRequiredAsync(): Promise; getRootPathAsync(): Promise; makeShallowCopyAsync(destinationPath: string): Promise; isFileIgnoredAsync(filePath: string): Promise; trackFileAsync(file: string): Promise; }