import type { Header, Transaction } from '../types.js';
export declare const headerBuilder: (header: Header) => string;
export declare const transactionBuilder: (transaction: Transaction) => string;
export declare const footerBuilder: (header: Header) => string;