/** biome-ignore-all lint/suspicious/noConsole: Console output is intentional in CLI */ import type { SerializedEntry } from '../session/state.js'; export declare function buildEntryFieldsJson(entry: SerializedEntry, locale: string, field?: string): Record | unknown; export declare function renderEntryFields(entry: SerializedEntry, locale: string, options: { refLabel: string; field?: string; json?: boolean; isModified?: boolean; }): void; //# sourceMappingURL=fields.d.ts.map