/**
 * @worklet
 */
export declare function formatDatetime({
  value,
  locale,
  options,
}: {
  value: number;
  locale?: string;
  options?: Intl.DateTimeFormatOptions;
}): string;
//# sourceMappingURL=formatDatetime.d.ts.map
