import type { FunctionDefinition } from '../../definition_types'; /** * Returns the month name for the provided date based on the configured Locale. * * @example * ROW dt = to_datetime("1996-03-21T00:00:00.000Z") * | EVAL monthName = MONTH_NAME(dt); */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=month_name.d.ts.map