import type { ArrowKeys } from './types';
export declare const arrowKeys: Record<string, ArrowKeys>;
export declare const daysPerWeek = 7;
export declare const monthsPerYear = 12;
export declare const blankStringArray: Array<string>;
