import { Change } from './types/changes'; export declare function reverse(change: Change): Change;