import { Client } from '../vcs'; export default class NoVcsClient extends Client { getRootPathAsync(): Promise; makeShallowCopyAsync(destinationPath: string): Promise; isFileIgnoredAsync(filePath: string): Promise; canGetLastCommitMessage(): boolean; }