/**
 * Validates the value to be present and have one of
 * the following values.
 *
 * - "on"
 * - "1"
 * - "yes"
 * - "true"
 */
export declare const acceptedRule: (options?: undefined) => import("../../types.js").Validation<undefined>;
