/** * @license * Copyright Slavko Mihajlovic All Rights Reserved. * * Use of this source code is governed by an ISC-style license that can be * found at https://www.isc.org/licenses/ */ import { RegExpLogicalOperations } from "../types"; /** * @internal */ export declare const test: (regexp: RegExp, value: string, logic: RegExpLogicalOperations) => boolean;