export * from './consts'; export * from './interfaces'; declare global { interface RegExpConstructor { escape(str: string): string; } }