import type { LanguageCode } from './types';
export declare function getDaysNameOfTheWeek(language: LanguageCode): string[];
