export declare function reverseMutations(mutations: MutationRecord[]): void; export declare function startRecordingMutations(targetNode: Node): { stopAndGetMutations: () => MutationRecord[]; };