import { Any, AnyObject, Options } from "../../../types";
export declare const $toString: (obj: AnyObject, expr: Any, options: Options) => string | null;
