import type { UTCDateParams } from './custom_typings.js'; export declare function utcDateSync({ startDate, offset, }?: UTCDateParams): Date; export declare function utcDate(options?: UTCDateParams): Promise; //# sourceMappingURL=index.d.ts.map