export declare function Cardano(): Promise; export declare function delegationTx(stakePoolId: string, walletName: string, chosenNetworkId?: number): Promise; export declare function getStakeActivity(stakeAddress: string, networkId: number): Promise; export declare function getFeeParams(network: string | number): Promise; export declare function getLatestBlock(network: string | number): Promise;