import { Parens, StringWithInterpolations } from 'decaffeinate-coffeescript2/lib/coffeescript/nodes';
import { Node } from '../nodes';
import ParseContext from '../util/ParseContext';
export default function mapParens(context: ParseContext, node: Parens | StringWithInterpolations): Node;
