import type { Duration } from 'dayjs/plugin/duration';
/** @hidden */
export declare function isValidDuration(duration: Duration): boolean;
