import type { EthSignFunction } from "../types";
export declare const makeSignature: EthSignFunction;
