/**
 * Retrieves an array of week keys starting from the specified weekday.
 */
export declare function getWeekKeys(weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6): string[];
export default getWeekKeys;
