import { NodePath } from '@babel/core'; import * as t from '@babel/types'; import { Change } from '../types'; export default function addPragma(path: NodePath, JSX: t.Identifier, insertComments?: boolean): Change[];