export declare const validateMatch: (regex: RegExp) => { validate: (value: unknown) => value is string; error: string; };