import type { RelativeDateValue as RelativeDateValueOriginal } from 'obsidian'; import { DateValue } from './DateValue.mjs'; export declare class RelativeDateValue extends DateValue { constructor(date: Date, showTime?: boolean); static create2__(date: Date, showTime?: boolean): RelativeDateValue; static fromOriginalType4__(value: RelativeDateValueOriginal): RelativeDateValue; asOriginalType4__(): RelativeDateValueOriginal; constructor4__(_date: unknown, _showTime?: boolean): void; }