import { Any, AnyObject, Options } from "../../../types";
/**
 * Concatenates two strings.
 */
export declare const $concat: (obj: AnyObject, expr: Any[], options: Options) => Any;
