import type { Value } from '../operations/generalTypes';
export declare function escapeValue(val: Value): string | number;
