import type { MessageFunctionContext } from './index.ts'; import type { MessageNumber } from './number.ts'; /** * `currency` accepts as input numerical values as well as * objects wrapping a numerical value that also include a `currency` property. * * @beta */ export declare function currency(ctx: MessageFunctionContext, exprOpt: Record, operand?: unknown): MessageNumber;