importtype { ValidationRule } from"../types";
/**
* A validation rule that checks if a string is a valid identifier.
* @param value The value to validate.
* @returns The result of the validation rule execution.
*/declareconstidentifier: ValidationRule;
exportdefault identifier;