import { TemplateLiteral, NodePath } from '../types'; import { CompiledReplacement } from './'; export default function compileTemplateLiteralReplacement(path: NodePath): CompiledReplacement | void;