import { SignNonceParams } from '../types'; export declare const signNonce: ({ nonce, privateKey }: SignNonceParams) => string;