import type { MessageFunctionContext } from './index.ts'; import type { MessageNumber } from './number.ts'; /** * The function `:percent` is a selector and formatter for percent values. * * @beta */ export declare function percent(ctx: MessageFunctionContext, exprOpt: Record, operand?: unknown): MessageNumber;