import { ethers } from 'ethers'; export declare const signTx: (pkpPublicKey: string, tx: ethers.UnsignedTransaction, sigName: string) => Promise; //# sourceMappingURL=sign-tx.d.ts.map