import type { Ledger } from '../types';
export declare const output: ({ initialRender, transactions }: Ledger) => string;
export declare const unitOutput: (initialRender: any, action: any) => string;
