/**
 * Validates if the given identifier could be a DOI
 *
 * @param {string} identifier - The identifier string to validate.
 * @returns {boolean} `true` if the identifier could be a valid DOI, `false` otherwise.
 */
declare const _default: (identifier: string | undefined) => boolean;
export default _default;
