export declare type DateTimeOptions = {
    offset?: number;
    gmt?: boolean;
    format?: string;
};
