import * as TS from 'typescript';

declare function ensureNodeFactory(factoryLike: TS.NodeFactory | typeof TS): TS.NodeFactory;

export { ensureNodeFactory };
