/// import type { BN } from '../bn/bn'; import type { ToBn } from '../types'; export declare function formatElapsed(now?: Date | null, value?: bigint | BN | ExtToBn | Date | number | null): string;