import type { MessageFunctionContext } from './index.ts'; import { MessageNumber } from './number.ts'; /** * `offset` accepts a numeric value as input and adds or subtracts an integer value from it * * @beta */ export declare function offset(ctx: MessageFunctionContext, exprOpt: Record, operand?: unknown): MessageNumber;