import type { Dayjs, ConfigType } from 'dayjs'; export type RelativeDayjs = Dayjs & { fromNow(withoutSuffix?: boolean): string; from(compared: ConfigType, withoutSuffix?: boolean): string; toNow(withoutSuffix?: boolean): string; to(compared: ConfigType, withoutSuffix?: boolean): string; }; //# sourceMappingURL=locale-dayjs-types.d.ts.map