import { ClaimTxParams, RawTransaction } from "../types.js"; export declare function buildClaimRawTx(params: ClaimTxParams): Promise;