import { JBChainId } from "juice-sdk-core"; /** * Return the current surplus of JB Native token, from the project's primary native terminal. */ export declare function useNativeTokenSurplus({ chainId }?: { chainId?: JBChainId; }): import("wagmi").UseReadContractReturnType; //# sourceMappingURL=useNativeTokenSurplus.d.ts.map