import type { FundingAddressTree, SwapTree, TapLeaf } from '../consts/Types.ts'; export declare const createRefundLeaf: (isLiquid: boolean, refundPublicKey: Uint8Array, timeoutBlockHeight: number) => TapLeaf; export declare const extractClaimPublicKeyFromSwapTree: (swapTree: SwapTree) => Uint8Array; export declare const extractRefundPublicKeyFromSwapTree: (swapTree: SwapTree) => Uint8Array; declare const swapTree: (isLiquid: boolean, preimageHash: Uint8Array, claimPublicKey: Uint8Array, refundPublicKey: Uint8Array, timeoutBlockHeight: number) => SwapTree; export declare const fundingAddressTree: (isLiquid: boolean, refundPublicKey: Uint8Array, timeoutBlockHeight: number) => FundingAddressTree; export default swapTree; //# sourceMappingURL=SwapTree.d.ts.map