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