import { Context } from "koa"; import { Translation } from "sealious"; /** deprecated */ export declare function t(ctx: Context, key: string, _props: unknown[], _default_translation: Translation): string;