import type { Time } from '../time';
export declare function timeUntil(time: Time | number): Time;
