import { JBChainId } from "juice-sdk-core"; /** * Return the current surplus of JB Native token across each sucker on all chains for the current project. */ export declare function useSuckersNativeTokenSurplus(): { isLoading: boolean; isError: boolean; data: { surplus: bigint; chainId: JBChainId; projectId: bigint; }[] | undefined; }; //# sourceMappingURL=useSuckersNativeTokenSurplus.d.ts.map