import type { StdSignature } from "@cosmjs/amino";
import type { SignOutput } from "@keplr-ewallet/ewallet-sdk-core";
export declare const encodeCosmosSignature: (signOutput: SignOutput, publicKey: Uint8Array) => StdSignature;
