import { ValueConverter } from "@odata2ts/converter-api"; /** * V2 type Edm.Time is actually specified in ISO8601 duration format. * Hence, only relabeling is needed. */ export declare const timeToDurationConverter: ValueConverter;