import { ENGINES } from '../constants';
export declare const escapeCharacters: (inputString: string, engine: ENGINES) => string;
