/** Keep stdio tool validation identical to the hosted/API email contract. */ export declare function isValidEmailString(value: unknown): boolean;