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