import { type MaskitoPlugin } from '@maskito/core';
import type { MaskitoNumberParams } from '../number-params';
/**
 * This plugin is connected with {@link createMinMaxPostprocessor}:
 * both validate `min`/`max` bounds of entered value (but at the different point of time).
 */
export declare function createMinMaxPlugin(params: Required<MaskitoNumberParams>): MaskitoPlugin;
