export declare const day: (dateArg?: Date | string | number, locale?: string, dayType?: string) => string; export declare const days: (dateArg?: Date | string | number, locale?: string, dayType?: string) => any[];