import { type Options } from '@appsemble/node-utils'; import { type Context } from 'koa'; export declare function getMessagesUtil(ctx: Context, language: string, appId: number, merge: string[] | string | undefined, { getApp, getAppMessages, getBlockMessages }: Options, override?: string[] | string): Promise>;