import type { ProgrammableCommand } from "../../type.js";
/**
 * options
 * * length
 * * casing: 'upper' | 'lower' | 'mixed' (default: 'mixed')
 */
export declare const alphanumeric: ProgrammableCommand;
