import type { FundingAddressTree, SwapTree } from '../consts/Types'; export declare const createRefundLeaf: (isLiquid: boolean, refundPublicKey: Uint8Array, timeoutBlockHeight: number) => import("../consts/Types").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