import { TransferOutput, Utxo } from "@avalabs/avalanchejs"; import { DefaultRequestMultipartBody, HttpResponse } from "msw"; export declare const TEST_BASE_FEE = "0x2BF2"; export declare const getUTXOStrings: (amt: bigint | undefined, assetId: string, owners: string[], locktime?: number, threshold?: number, txnId?: string) => string[]; export declare const getValidUTXO: (amt: bigint | undefined, assetId: string, owners: string[], locktime?: number, threshold?: number, utxoId?: string) => Utxo; export declare const getXChainMockServer: (params: { overrideMocker?: Record | DefaultRequestMultipartBody) => HttpResponse>; url?: string; }) => import("msw/node").SetupServerApi; export declare const getDefaultGetUTXOsMockResponse: (reqBody: Record | DefaultRequestMultipartBody, testInputAmount?: bigint) => HttpResponse; export declare const getDefaultGetTransactionCountMockResponse: (reqBody: Record | DefaultRequestMultipartBody) => HttpResponse; export declare const getDefaultGetBaseFeeMockResponse: (reqBody: Record | DefaultRequestMultipartBody) => HttpResponse; export declare const xChainTxHash = "0x00000000000400000001ed5f38341e436e5d46e2bb00b45d62ae97d1b050c64bc634ae10626739e35c4b0000000000000001e46a4b55d8e9374f93a7db8d0fedbcf0009ac09b3a38175a2866a23669bb3c3c0000000121e67317cbc4be2aeb00677ad6462778a8f52274b9d605df2591b23027a87dff00000005000000009934ec3b00000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000121e67317cbc4be2aeb00677ad6462778a8f52274b9d605df2591b23027a87dff00000007000000009925a9fb000000000000000000000001000000015cf998275803a7277926912defdf177b2e97b0b400000001000000090000000146ebcbcfbee3ece1fd15015204045cf3cb77f42c48d0201fc150341f91f086f177cfca8894ca9b4a0c55d6950218e4ea8c01d5c4aefb85cd7264b47bd57d224400514bdd31"; //# sourceMappingURL=xChain.d.ts.map