export declare class RegExpSyntaxError extends SyntaxError { index: number; constructor(source: string, uFlag: boolean, index: number, message: string); }