import { DateTime } from "luxon";
export declare function modifyDate(modifier: string): DateTime;
