export declare function andIgnoreError(regex: RegExp | string): (error: any) => null;
