export declare const UTF_PIPE = "|"; export declare const UTF_COLON = ":"; export declare const STYLE_BOX_VALUES: { X: number[]; Y: number[]; }; export declare function monthOffsetToDateString(startDate: string, monthOffset: number): string;