/** * @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/ */ export declare const WordCountChecks: (min: number, max: number) => import("../interfaces/check-config.interface").PreparedChecks;