export const weekdayNames: {
    'en-GB': {
        Sunday: {
            long: string[];
            short: string[];
        };
    };
};
//# sourceMappingURL=weekdayNames.d.ts.map