import { Any, AnyObject, Options } from "../../../types";
/**
 * Performs case-insensitive comparison of two strings.
 */
export declare const $strcasecmp: (obj: AnyObject, expr: Any, options: Options) => Any;
