import type { FormulaHandler } from '@nordcraft/core/dist/types'; /** * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat */ declare const handler: FormulaHandler; export default handler;