export declare const NapicuDefaultConfig: {
    days: string[];
    months: string[];
    shortNameLength: number;
};
