import momentLib from 'moment'; /** * Patches moment with duration formatting from moment-duration-format. */ export declare function setupMomentDurationFormat(momentRef: typeof momentLib): void;