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