/** * @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 { CheckConfig, PreparedChecks } from '../interfaces/check-config.interface'; export declare const checkFactory: (configs: CheckConfig[]) => PreparedChecks;