/** * Signs a transaction hash with an XP private key. * * @param txHash - The transaction hash to sign. * @param privateKey - The private key to sign with. * @returns A promise that resolves to the signature as a `0x` prefixed string. */ export declare function xpSignTransaction(txHash: string | Uint8Array, privateKey: string | Uint8Array): Promise; //# sourceMappingURL=xpSignTransaction.d.ts.map