import { CommentKind, TypeAnnotationKind, TSTypeAnnotationKind } from 'ast-types/gen/kinds'; import j from 'jscodeshift'; export declare function withComments(node: Node, comments: CommentKind[]): Node; export declare function withTypeAnnotation(node: Node, type: Parameters[0]): Node;