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