import { Auth, BaseWallet, SignerConfig } from "@uni-sign/types";
export declare function constructAuthFromWallet(wallet: BaseWallet<any>, config: SignerConfig): Promise<Auth>;
