declare const escape: (str: string) => string;
export default escape;
