import type { Literal } from '../data-model/types.ts';
import type { Context } from '../format-context.ts';
export declare function resolveLiteral(ctx: Context, lit: Literal): import("../functions/string.ts").MessageString;
