export interface Revision { previous: T; current: T; } //# sourceMappingURL=Revision.d.ts.map