export declare function formatAddress(address: string): string; export declare function formatDigest(digest: string): string; export declare function formatType(type: string): string; export declare function trimAddress(address: string): string; export declare function trimOrFormatAddress(address: string): string; //# sourceMappingURL=format.d.ts.map