import PatchCommand from './PatchCommand'; declare function domPatch(node: Node, command: PatchCommand): Node; export default domPatch;