import type { UTCTimeOpts } from './custom_typings.js';
export declare function utcTimeSync({ startDatetime, offset, }?: UTCTimeOpts): Date;
export declare function utcTime(opts?: UTCTimeOpts): Promise<Date>;
//# sourceMappingURL=index.d.ts.map