import type { Signature } from "../types"; export declare const formatSignatures: (signatures: Signature[], usingMaxValues?: boolean) => `0x${string}`;