/**
 * Validates the value to be a boolean
 */
export declare const booleanRule: (options: {
    strict?: boolean;
}) => import("../../types.js").Validation<{
    strict?: boolean;
}>;
