/** * Copied (and modified) from https://github.com/pke/date-fns-duration. Dependencies are incorrect for this package preventing it from being used with our version of date-fns */ export declare const addDuration: (date: Date, duration: string) => Date;