export interface ToUTCDateOffset {
    date?: number;
    month?: number;
    year?: number;
}
//# sourceMappingURL=types.d.ts.map