export declare interface INapicuConfigDate {
    days?: string[];
    months?: string[];
    shortNameLength?: number;
}
