import { ValueConverter } from "@odata2ts/converter-api";
import { DateTime } from "luxon";
export declare const dateToLuxonConverter: ValueConverter<string, DateTime>;
