import { TimestampString } from '../types'; export declare const isPastTime: (time: TimestampString, now?: Date) => boolean;