import { Node } from 'ts-morph'; declare const decode: (node: Node) => Node; export { decode };