import type { Stringable } from './expression.ts';
export declare const escape: (str: Stringable) => string;
