interface RegExp { readonly flags: typeof RegExp.prototype.flags; } declare const x: never; export = x;