import { ValidationResult } from '../../types.js';
export declare function booleanValueValidator(key: string, value: string): ValidationResult;
