import type { Account, Operation } from "@ledgerhq/types-live";
export declare const accountFormatters: {
    [_: string]: (Account: any) => any;
};
export declare function formatAccount(account: Account, format?: string): string;
export declare function formatOperation(account: Account | null | undefined): (arg0: Operation) => string;
//# sourceMappingURL=formatters.d.ts.map