import { DateTime } from '../main';
/**
 * Gets the day of the week with respect to the given DateTime's locale
 * @public
 */
export declare function weekDayLocale(date: DateTime): number;
