import h = require('./h');

declare function morphDom(from: Node, to: Node | string): Node;

export = morphDom;
