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