import type { WebConsoleAdapterCtx } from './types';
export declare function createContentMessage(messages: string[], fontSize: string, ctx: WebConsoleAdapterCtx): string;
