import { SyncValidation } from '../../types.js'; /** * Validation signature for the "alpha" regex. Non-string values are * ignored. */ export declare const regex: SyncValidation<{ pattern: string; flags: string; }>;