export declare const cleanObject: (obj: T) => Partial; export declare const changeTimeZone: (date: string, dateFormat: string, fromTz: string, toTz: string) => string;