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