import type { Lang } from './types.js'; /** * Configuration options for the require-datetime rule. */ type Options = { /** Languages to use when parsing natural language date/time text content. */ langs?: Lang[]; }; /** * Rule that validates `