import type { FunctionDefinition } from '../../definition_types'; /** * Returns the name of the weekday for date based on the configured Locale. * * @example * ROW dt = to_datetime("1953-09-02T00:00:00.000Z") * | EVAL weekday = DAY_NAME(dt); */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=day_name.d.ts.map