export type VCSFileInfo = {
    isModified: boolean;
    path: string;
    fileUrl: string;
};
//# sourceMappingURL=vcs-file-info.model.d.ts.map