export declare function getTxListRequest(address: string): { chainid: string; module: string; action: string; address: string; }; export declare const getTxListResponse: { status: string; message: string; result: never[]; }; export declare function getBalanceRequest(address: string): { chainid: string; module: string; action: string; address: string; }; export declare function getTokenBalanceRequest(tokenContractAddress: string, address: string): { chainid: string; module: string; action: string; contractaddress: string; address: string; tag: string; }; export declare const getBalanceResponse: { status: string; message: string; result: string; }; export declare function getNonBitGoRecoveryForHotWalletsMPCv2(intendedChain?: string): any; export declare function getBuildUnsignedSweepForSelfCustodyColdWalletsMPCv2(intendedChain?: string): any; export declare function getInvalidNonBitGoRecoveryParams(): any; export declare const getContractCallRequest: { chainid: string; module: string; action: string; to: string; data: string; tag: string; }; export declare const getContractCallResponse: { jsonrpc: string; result: string; id: number; }; export declare const keyShares: { userKeyShare: { pShare: { i: number; t: number; c: number; l: string; m: string; n: string; y: string; u: string; uu: string; chaincode: string; }; nShares: { 2: { i: number; j: number; n: string; y: string; v: string; u: string; chaincode: string; }; 3: { i: number; j: number; n: string; y: string; v: string; u: string; chaincode: string; }; }; }; backupKeyShare: { pShare: { i: number; t: number; c: number; l: string; m: string; n: string; y: string; u: string; uu: string; chaincode: string; }; nShares: { 1: { i: number; j: number; n: string; y: string; v: string; u: string; chaincode: string; }; 3: { i: number; j: number; n: string; y: string; v: string; u: string; chaincode: string; }; }; }; bitgoKeyShare: { pShare: { i: number; t: number; c: number; l: string; m: string; n: string; y: string; u: string; uu: string; chaincode: string; }; nShares: { 1: { i: number; j: number; n: string; y: string; v: string; u: string; chaincode: string; }; 2: { i: number; j: number; n: string; y: string; v: string; u: string; chaincode: string; }; }; }; }; //# sourceMappingURL=polygon.d.ts.map