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 getCChainMockServer: (params: { overrideMocker?: Record | DefaultRequestMultipartBody) => HttpResponse>; avaxUrl?: string; evmUrl?: 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 cChainTxHash = "0x000000000000000000010427d4b22a2a78bcddd456742caf91b56badbff985ee19aef14573e7343fd652000000000000000000000000000000000000000000000000000000000000000000000001e97b58a1a5d7272c61648df04869b3c0dde02220afc45812719304802c532af00000000121e67317cbc4be2aeb00677ad6462778a8f52274b9d605df2591b23027a87dff000000050000000c6be1b9ca000000010000000000000001f3bea6ee245b402d60fdb419eaabd63fc17c02d20000000c6be086b821e67317cbc4be2aeb00677ad6462778a8f52274b9d605df2591b23027a87dff0000000100000009000000014df44484fe7e5d0188f317c4410d84c9abf362ae8a9b3f5226c89f4512713747583019d801cdf398c1a39ff8f7a53f5a695bb3199fed832d2cf2ec3d562f93cc007dc04825"; //# sourceMappingURL=cChain.d.ts.map