declare const beforeDays: (num: number, format?: string) => string[];
export default beforeDays;
